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.
6570 Discussions

[Error 20] input_shape seems fine, yet still getting this error

idata
Employee
1,201 Views

I'm trying to get a Siamese network trained on MNIST data to work on the Movidius stick.

 

This is the prototxt used to train the model:

 

https://gist.github.com/Tantali/1902201d960c148bbcb3ede30b3877f6

 

This is the prototxt used to convert the model, using mvNCCompile

 

https://gist.github.com/Tantali/ede0d08ddc886c2b21d78ed2e5aaf2a9

 

This keeps resulting in [Error 20], and I can't seem to figure out why.

0 Kudos
1 Reply
idata
Employee
928 Views

@brainshift At the moment, we don't have support for the DummyData layer for Caffe. That's probably why you are seeing the error. You can find a list of supported Caffe layers @ https://movidius.github.io/ncsdk/Caffe.html

0 Kudos
Reply