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.

Can I debug when using mvNCcompile?

idata
Employee
904 Views

Hello,

 

I am trying to compile (converting to myriad graph) my own caffemodel.

 

But while using 'mvNCCompile', I got following error.

 

input: "data" input_shape{ dim: 1 dim: 3 dim: 224 dim: 224 } layer{ name: "conv1/7x7_s2" type: "Convolution" bottom: "data" top: "conv1/7x7_s2" ...

 

mvNCCompile v02.00, Copyright @ Movidius Ltd 2016 Error importing caffe

 

I want to know why I failed. Is there a way to debug it?

 

Best Regards,

0 Kudos
2 Replies
idata
Employee
671 Views

@hra.kim Can you double check your PYTHONPATH variable inside of bashrc? Inside of the ~/.bashrc file, there should be a line export PYTHONPATH="${PYTHONPATH}:/opt/movidius/caffe/python". In the folder /opt/movidius, there should be a softlink named caffe. This points to whichever version of caffe is being used with the NCSDK. Please make sure this softlink is there and it is pointing to a valid version of caffe.

0 Kudos
idata
Employee
671 Views

Resolved. It's kinds of PYTHONPATH problem as you noticed.

 

Thanks
0 Kudos
Reply