Context/Use case: I try to implement a ML model of motion recognition with accelerometer on a jetson nano using the nvidia project download via the deployment section of project on the platform.
Then i make a main.cpp file and make file to run this project on the jetson using the tutorial to implement any project on any device from the edge impulse youtube page at this url : https://www.youtube.com/watch?v=T6tKej6BTIs
In file included from edge-impulse-sdk/classifier/ei_run_classifier.h:47:0,
from main.cpp:3:
./edge-impulse-sdk/classifier/inferencing_engines/tensorrt.h:29:10: fatal error: tflite/linux-jetson-nano/libeitrt.h: No such file or directory #include “tflite/linux-jetson-nano/libeitrt.h”
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:105: recipe for target ‘main.o’ failed
make: *** [main.o] Error 1
make: *** Waiting for unfinished jobs…
But there is no tflite/linux-jetson-nano/libeitrt.h path or file in the upload project so i don’t understand how to fix this file problem?