- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Resolved. It's kinds of PYTHONPATH problem as you noticed.
Thanks

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page