2025-05-23 3:15 AM
Hi,
Im implementing an YoloV8n model into the STM32 MPU257-DK, and its already working for the models available at, but I would like to know if there is any COCO 80 classes model and not person only. I got the .tflite in the following link:
https://github.com/STMicroelectronics/stm32ai-modelzoo/blob/main/object_detection/yolov8n/README.md
2025-05-23 6:51 AM - edited 2025-05-23 7:04 AM
Hello @luanferns,
Yes, you can use the models from ultralytics directly.
On our model zoo, we only have models that we retrained on our/public person dataset, but for COCO 80 classes, you can directly take the ones from ultralytics
Please follow this document to see how to achieve it:
Have a good day,
Julian