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.

make examples error

idata
Employee
645 Views

OS :ubuntu 16.04 LTS,python 2.7

 

After cloning ncsdk from github i execute "make install" command for SDK installation and after that "make examples" got error.

 

~$/sambhu/ncsdk$ make examples

 

making compile

 

mvNCCompile -w bvlc_googlenet.caffemodel -s 12 deploy.prototxt

 

mvNCCompile v02.00, Copyright @ Movidius Ltd 2016

 

Error importing caffe

 

make[4]: Leaving directory '/home/skincurate/sambhu/ncsdk/examples/caffe/GoogLeNet'

 

cp: cannot stat '../../caffe/GoogLeNet/graph': No such file or directory

 

Makefile:9: recipe for target 'googlenet' failed

 

make[3]: *** [googlenet] Error 1

 

make[3]: Leaving directory '/home/skincurate/sambhu/ncsdk/examples/apps/multistick_cpp'

 

Makefile:12: recipe for target 'multistick_cpp/.' failed

 

make[2]: *** [multistick_cpp/.] Error 2

 

make[2]: Leaving directory '/home/skincurate/sambhu/ncsdk/examples/apps'

 

Makefile:12: recipe for target 'apps/.' failed

 

make[1]: *** [apps/.] Error 2

 

make[1]: Leaving directory '/home/skincurate/sambhu/ncsdk/examples'

 

Makefile:51: recipe for target 'examples' failed

 

make: *** [examples] Error 2
0 Kudos
1 Reply
idata
Employee
365 Views

@sambhu Can you try to clone and recompile your caffe again, if this is not helping I think you should switch to python3.5 - it is proven to work with NCSDK.

0 Kudos
Reply