Create Impulse
Select model
Object detection view
Image classification view
project > settings > C/C++ build > settings > tool settings
.
GNU Arm Cross C++ Compiler > Preprocessor
. Under these settings, under ‘Defined symbols (-D)’, add EI_CLASSIFIER_ALLOCATION_STATIC
as an additional defined symbol. This is also shown below:
Add symbol to project properties
Download as C++ library
tflite-model/tflite_learn_##_compiled.cpp
. The ’##’ will be a number that will vary for each download.
model/model-parameters
and model/tflite-model
, by the same folders downloaded from the studio as a C++ library. This will overwrite the standard firmware, with the one we modified to accommodate the NVIDIA TAO model.
"E2studio.app" is damaged and cannot be opened
when trying to open the application. You can resolve this problem by using the following terminal command to mark the it as “valid” after extracting it from the archive file:
/path/to/E2studio.app
with the actual location of your e2studio application. One easy way of doing this is to drag the E2studio.app icon from your Finder window into the Terminal window, right after typing the initial part of the command. After this, you should be able to use the application without any issues.