Hi Edge Impulse Community,
I’m facing an issue with the Edge Impulse SDK during image classification using quantized models. My code breaks at the following line in the run_classifier_image_quantized
function within ei_run_classifier.h
: * The project is built using EK-RA6M5 MCU and the E2 Studio IDE.
- The issue occurs only during runtime, and the debugger halts at this line.
I am trying to run the stand alone inferencing code on EK-RA6M5 MCU by Renesas. I built the Edge Impulse SDK as static library (libei_inference.a) and linked it with my project application in e2studio.
Has anyone faced a similar issue or have any insights on how to resolve this? Here is the link to my project: inference_testing.zip
Thank you in advance for your help!