Skip to main content
Associate
May 23, 2025
Question

There is any YoloV8n 80 classes at STM32AI-Modelzoo?

  • May 23, 2025
  • 1 reply
  • 255 views

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

1 reply

Julian E.
Technical Moderator
May 23, 2025

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:

stm32ai-modelzoo-services/object_detection/deployment/doc/tuto/How_to_deploy_yolov8_yolov5_object_detection.md at main · STMicroelectronics/stm32ai-modelzoo-services · GitHub

 

Have a good day,

Julian

 

​In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.