2025-09-30 2:14 AM
The YOLOV8 model I used, when converted to the TFlite format; The X-CUBE-AI has been deployed on STM32N6;
The code was generated by CubeMX. Data has been input into the input buffer. My question is how to parse the data in the output buffer.
2025-10-08 8:08 AM
Hello @The-Big-Monster,
I think this can help you: https://community.st.com/t5/stm32-mcus/how-to-build-an-ai-application-from-scratch-on-the-stm32n6570-dk/ta-p/825591#toc-hId-405042839
(at the end of the section, about MX_X_CUBE_AI_Process)
Let me know if this isn't enough.
Have a good day,
Julian