Question/Issue:
I downloaded the ST-Neural ART library for my model trained on Edge Impulse. I’m using a YOLOv5 model (EI says it doesn’t support downloading the CUBE.mx CMSIS format for that model.) Do you have any documentations or guides showing how to pull this library into a STM32CubeIDE project? The only guide I could find is the CUBE.mx CMSIS guide and that is not applicable to the ST-Neural ART format. I want to be able to call the run_classifier from within my project, currently, with what I’ve tried, I can’t get the code to build (lots of path/dependency issues).
Project ID:
[Provide the project ID]
Context/Use case:
Object detection
Steps Taken:
- Created model and downloaded ST-Neural ART library
- Tried to import into STM32CubeIDE, but can’t get it to work
Expected Outcome:
Being able to call the functions for the model within STM32CubeIDE.
Actual Outcome:
Build and path issues.
Reproducibility:
- [ ] Always
Environment:
- Platform: [STM32N6570-DK]