Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tsuting opened this issue Feb 17, 2022 · 2 comments
Open

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

tsuting opened this issue Feb 17, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@tsuting
Copy link

tsuting commented Feb 17, 2022

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

@tsuting tsuting added the bug Something isn't working label Feb 17, 2022
@sadhoss
Copy link

sadhoss commented Feb 17, 2022

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
Copy link
Author

tsuting commented Feb 18, 2022

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants