Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6574 Discussions

Movidius Graph generation issue while using MobileNet SSD

idata
Employee
802 Views

Hi,

 

In Movidius, while trying to generate the graph with MobileNet SSD , we are facing some issue.

 

The command used is “mvNCCompile _PATH TO PROTOTXT_ -w _PATH TO WEIGHT FILE_ -s 12”

 

and the error shown is attached.

 

This is the path to the deploy.prototext file that we have used:

 

https://github.com/chuanqi305/MobileNet-SSD/blob/master/MobileNetSSD_deploy.prototxt

 

The required dim, num_classes and num_output were edited in the deploy.protext file.

 

Kindly help.

 

Thanks.

0 Kudos
1 Reply
idata
Employee
490 Views

@Aswathy If I understand correctly, you are using your own weights and editing the prototxt from the link in your post? It seems like there may be a incompatibility issue with the weights you are using and the prototxt file. Please double check that you are using the appropriate weights for the SSD MobileNet prototxt file. Maybe your new weights only has a weights tensor and not a bias tensor for layer conv0?

 

We have SSD MobileNet samples at the ncappzoo if you want to check them out.

0 Kudos
Reply