Skip to main content
Associate II
May 6, 2026
Question

Object detection models not appearing in Model Zoo

  • May 6, 2026
  • 2 replies
  • 292 views

 

The following object detection models are not appearing on the STM32 Model Zoo

SSD_Mobilenet_V2

(192x192)

ST_YOLO_X_NANO

(192x192)

Have these models been removed or renamed?

 

 

2 replies

Julian E.
ST Technical Moderator
May 6, 2026

Hi @Ritesh1,

 

Indeed the ssd mobilenet v2 in 192x192 is not available anymore.

In a recent update, we added support to pytorch model, and we use the new pytorch pipeline for this model.

You can still find it in 300x300 here:

stm32ai-modelzoo/object_detection/ssd_mobilenetv2_pt at main · STMicroelectronics/stm32ai-modelzoo

 

For yolo X Nano, it is the yoloxn. I think it's been a long time since it is like this. You can find it here:

https://github.com/STMicroelectronics/stm32ai-modelzoo/tree/main/object_detection/st_yoloxn/ST_pretrainedmodel_public_dataset/coco_2017_person/st_yoloxn_d033_w025_192 

 

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.
Ritesh1Author
Associate II
July 6, 2026

Tiny Yolov2 (224x224) is also not there