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 Error 127

idata
Employee
986 Views

System Specs:

 

Mem - 3.8 GBs

 

Intel i5-5250 CPU @ 1.60 Ghz

 

OS type 64-bit

 

OS: ubuntu 16.04 LTS

 

This error is appearing:

 

making prototxt

 

Prototxt file already exists

 

making caffemodel

 

caffemodel file already exists

 

making compile

 

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

 

make[4]: mvNCCompile: Command not found

 

Makefile:80: recipe for target 'compile' failed

 

make[4]: *** [compile] Error 127

 

make[4]: Leaving directory '/home/jan/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/jan/ncsdk/examples/apps/multistick_cpp'

 

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

 

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

 

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

 

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

 

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

 

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

 

Makefile:57: recipe for target 'examples' failed

 

make: *** [examples] Error 2

 

An earlier post suggested deleting the "graph" from ncs/..apps/multstick_cpp/cpp but I'm not quite sure which line I'm supposed to delete. Sorry, I'm new to ALL of this. Also I believe I set python path and re-installed OpenCV. Any help would be appreciated.

 

export PYTHONPATH=/opt/movidius/caffe/python:/opt/movidius/mvnc/python:$PYTHONPATH

0 Kudos
1 Reply
idata
Employee
629 Views

I managed to get it to work after reading from another thread that OpenCV had to be reinstalled.

0 Kudos
Reply