2025-12-10 2:26 AM
Hello,
I am working with the NUCLEO-N657X0-Q board and using the object detection example from the model zoo. In the current configuration I see that the YOLOv2 model can be deployed only with uint8 input and int8 output.
However, I noticed two post-processing functions in the code:
This leads me to think that the model might support float output. I would like to clarify:
Thank you for your help!