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.

mvNCCompile: not found

idata
Employee
1,367 Views

Hello,

 

When the first time I installed ncsdk, I successed doing the command "make run" in the folder /ncsdk/examples/tensorflow/ ,however today I tried to run the examples of Tensorflow at NCSDK it failed. This is the message I got.

 

(sample) user@user-HP-ZBook-14-G2:~/ncsdk/examples/tensorflow/inception_v1$ make run

 

test -f output/inception-v1.meta || ((wget http://download.tensorflow.org/models/inception_v1_2016_08_28.tar.gz && tar zxf inception_v1_2016_08_28.tar.gz && rm inception_v1_2016_08_28.tar.gz) && ./inception-v1.py)

 

test -f graph || mvNCCompile -s 12 output/inception-v1.meta -in=input -on=InceptionV1/Logits/Predictions/Reshape_1

 

/bin/sh: 1: mvNCCompile: not found

 

Makefile:49: recipe for target 'compile' failed

 

make: *** [compile] Error 127

 

Can someone help , please?

0 Kudos
1 Reply
idata
Employee
899 Views

Hi @yi-ru

 

Which Neural Compute SDK version did you install v1 or v2? Could you try to uninstall the NCSDK and install it again?

 

cd <ncsdk directory> make uninstall make clean remove the ncsdk dirrecotry rm -r <ncsdk directory> #NCSDK Version 1 git clone -b https://github.com/movidius/ncsdk.git #NCSDK Version 2 git clone -b ncsdk2 https://github.com/movidius/ncsdk.git cd <ncsdk directory> make install

 

Let me know if you see the same error message.

 

Regards,

 

Jesus
0 Kudos
Reply