Question/Issue:
The example on C++ inference for ESP32 provided in the documentation does not work
Project ID:
533840
Context/Use case:
Running an example to test a model in ESP32 using a C++ library
Summary:
The compilation fails with the following error:
/var/folders/5j/sw69jdcj6_z2f3018pym4_pc0000gn/T//ccDQiCqr.s: Assembler messages:
/var/folders/5j/sw69jdcj6_z2f3018pym4_pc0000gn/T//ccDQiCqr.s:11: Error: file not found: tflite-model/tflite_learn_22.tflite
Steps to Reproduce:
- Followed the instructions on On your Espressif ESP-EYE (ESP32) development board | Edge Impulse Documentation
- Paste example features from live classification on Edge Impulse
- Build
Expected Results:
The project compiles and runs
Actual Results:
Compilation error
Reproducibility:
- [X] Always
- [ ] Sometimes
- [ ] Rarely
Environment:
- Platform: ESP32
- Build Environment Details: ESP-IDF v5.5
- OS Version: Mac OS 14