microsoft / azure-percept-advanced-development

Azure Percept DK advanced topics
Other
69 stars 34 forks source link

[BUG] Couldn't find the default object detection model in OpenVINO #74

Open tsuting opened 2 years ago

tsuting commented 2 years ago

Describe the bug I tried to find the OpenVINO version of the default object detection model, ssd_mobilenet_v2_coco.blob, but couldn't find it.

In README.md, it said the default SSD model is from here. However, I checked the labels, the model on Percept has 183 labels, but the model in OpenVINO has only 92 labels. Where is the OpenVINO version of the default ssd_mobilenet_v2_coco.blob?

image

To Reproduce None

Expected behavior The labels on Azure Percept should be the same as The labels in OpenVINO.

Screenshots None

Logs None

Additional context None

sadhoss commented 2 years ago

Not sure if this is what you are looking for:

Following the 7 steps detailed here, you can download the default ssd_mobilenet_v2_coco through the openvino workbench container.

tsuting commented 2 years ago

Hi, I used different ways to find the model ssd_mobilenet_v2_coco in OpenVINO model zoo. Please check here. The number of labels is still 92 labels which is different from what I found on Azure Percept, 183 labels,