Question/Issue:
Hello, I am trying to deploy a classifier built with your web app. For this, I downloaded the ‘Syntiant NDP120 library - NDP model converter v1.15.0’ and copied the model parameters (model_metadata.h and model_variables.h) into src/model-parameters of the arduino firmware as described in this tutorial: On your Syntiant TinyML Board | Edge Impulse Documentation. Unfortunately, when trying to build the firmware with ‘arduino-win-build.bat --build’, I get the following error thrown:
firmware-arduino-nicla-voice\src\inference\ei_run_impulse.cpp:37:
.\src/model-parameters/model_metadata.h:47:10: fatal error: edge-impulse-sdk/classifier/ei_constants.h: No such file or directory
#include “edge-impulse-sdk/classifier/ei_constants.h”
When looking into the edge-impulse-sdk/classifier folder, there really is no such file. I also tried to download the NDP model converter v1.12.0 library and the TDK v13.1 library but they all seem to use the ei_constants.h file.
Do you know how to resolve this?
Thank you,
Kind regards,
Gregor
Project ID:
643611
Environment:
- Platform: Arduino Nicla Voise
- OS Version: Windows 11