Question
How to perform post-processing on the model output data in STM32N6
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.

