Open tsuting opened 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.
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,
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
?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