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
549 Views

Hi experts

 

I have just done make examples and got the following error (below). Any hints?

 

make examples

 

./install-opencv.sh

 

All fine. Until:

 

making caffemodel

 

Downloading caffemodel file

 

--2018-08-29 20:42:23-- http://dl.caffe.berkeleyvision.org/bvlc_googlenet.caffemodel

 

Resolving dl.caffe.berkeleyvision.org (dl.caffe.berkeleyvision.org)… 169.229.222.251

 

Connecting to dl.caffe.berkeleyvision.org (dl.caffe.berkeleyvision.org)|169.229.222.251|:80… connected.

 

HTTP request sent, awaiting response… 200 OK

 

Length: 53533754 (51M) [application/octet-stream]

 

Saving to: ‘./bvlc_googlenet.caffemodel’

 

bvlc_googlenet.caff 100%[===================>] 51.05M 915KB/s in 67s

 

2018-08-29 20:43:30 (781 KB/s) - ‘./bvlc_googlenet.caffemodel’ saved [53533754/53533754]

 

making compile

 

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

 

/usr/lib/python3/dist-packages/scipy/stats/morestats.py:16: DeprecationWarning: Importing from numpy.testing.decorators is deprecated, import from numpy.testing instead.

 

from numpy.testing.decorators import setastest

 

Makefile:80: recipe for target 'compile' failed

 

make[4]: *** [compile] Illegal instruction (core dumped)

 

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

 

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

 

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

 

make[2]: Leaving directory '/home/ubuntu/ncsdk-2.05.00.02/examples/apps'

 

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

 

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

 

make[1]: Leaving directory '/home/ubuntu/ncsdk-2.05.00.02/examples'

 

Makefile:57: recipe for target 'examples' failed

 

make: *** [examples] Error 2

 

bv
0 Kudos
2 Replies
idata
Employee
341 Views

@sojohan One user mentioned solving this issue by reinstalling OpenCV @ https://ncsforum.movidius.com/discussion/906/make-error-127/p1. Also make sure to open a new terminal window when running make examples after installing the NCSDK.

0 Kudos
idata
Employee
341 Views

Hi Tome@Intel

 

Will try the hints…..

 

sojohan

0 Kudos
Reply