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

Hi experts

 

I still get this error: Any ideas?

 

making caffemodel

 

caffemodel file already exists

 

making compile

 

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

 

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
0 Kudos
6 Replies
idata
Employee
539 Views

Hi

 

I have now reinstalled opencv

 

installed updated python*-decorate

 

installed scikit-image

 

Still the same error as above…..

 

sojohan

0 Kudos
idata
Employee
539 Views

@sojohan Can you please try the following steps and let me know if this works for you?

 

     

  1. Uninstall your ncsdk installation using the uninstall.sh script in the ncsdk folder.
  2.  

  3. Delete your ncsdk folder.
  4.  

  5. Redownload a copy of the ncsdk using the command wget https://ncs-forum-uploads.s3.amazonaws.com/ncsdk/ncsdk-02_05_00_02-full/ncsdk-2.05.00.02.tar.gz
  6.  

  7. Install the ncsdk using the command make install
  8.  

  9. Close the installation terminal. Open a new terminal window (so that the pythonpath is set by bashrc).
  10.  

  11. In the new terminal window, navigate to the ncsdk install folder and build the samples using make examples or alternatively go to a desired sample and run the command make run to build and run the sample.
  12.  

 

More samples are available in the ncappzoo @ https://github.com/movidius/ncappzoo/. You can download the samples using the command git clone -b ncsdk2 https://github.com/movidius/ncappzoo for ncsdk version 2.

0 Kudos
idata
Employee
539 Views

Hi Tome@Intel

 

Thanks for the help.

 

But I get the same error in make example.

 

Thanks,

0 Kudos
idata
Employee
539 Views

@sojohan Can you try running each of the examples in the ncsdk/ncappzoo folder and let me know which ones work for you and which ones don't?

 

I think the ncsdk might have installed correctly but there may be something with the makefile from GoogLeNet that is causing it to fail.

0 Kudos
idata
Employee
539 Views

Hi Tome@Intel

 

Good news…I got it to work.

 

The problem is that Tensorflow from version1.6 uses AVX and my machine does not. So I installed Tensorflow 1.5 instead.

 

I also think that I got the wrong ncsdk/ncappzoo file:

 

git clone https://github.com/movidius/ncappzoo

 

But should have used:

 

git clone -b ncsdk2 https://github.com/movidius/ncappzoo.git

 

So now I can run all the examples….

 

Thanks again

 

sojohan

0 Kudos
idata
Employee
539 Views

@sojohan Glad to hear it's working for you!

0 Kudos
Reply