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.
6403 Discussions

AttributeError: module 'mvnc.mvncapi' has no attribute 'EnumerateDevices'

idata
Employee
834 Views

Hello,

 

OS Ubuntu 16.04.

 

I have installed the ncsdk 2 from the following source:

 

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

 

Install and make examples: OK

 

I have tested the NCS installation using the hello apps with success.

 

I want to use the the application "image-classifier" from ncappzoo, source:

 

"git clone https://github.com/ashwinvijayakumar/ncappzoo"

 

When I execute "make run" or #python3 image-classifier.py , I receive the following error:

 

AttributeError: module 'mvnc.mvncapi' has no attribute 'EnumerateDevices'

 

When I execute the Hello apps within the ncappzoo I have some errors, the last lines below:

 

cpp/hello_ncs.cpp:40:43: error: ‘mvncCloseDevice’ was not declared in this scope

 

retCode = mvncCloseDevice(deviceHandle);

 

^

 

cpp/hello_ncs.cpp:42:20: error: ‘MVNC_OK’ was not declared in this scope

 

if (retCode != MVNC_OK)

 

^

 

Makefile:10: recipe for target 'hello_ncs_cpp' failed

 

make: *** [hello_ncs_cpp] Error 1

 

For your information, the Python3 path output is:

 

python3 -c "import sys; print('\n'.join(sys.path))"

 

/opt/workspace/ncappzoo/apps/hello_ncs_cpp

 

/opt/movidius/caffe/python

 

/usr/lib/python35.zip

 

/usr/lib/python3.5

 

/usr/lib/python3.5/plat-x86_64-linux-gnu

 

/usr/lib/python3.5/lib-dynload

 

/usr/local/lib/python3.5/dist-packages

 

/usr/lib/python3/dist-packages

 

Why the examples in the NCSDK run and the applications from ncappzoo do NOT work?

 

Please, do you have some suggestions to solve it?

 

Thank you

0 Kudos
1 Reply
idata
Employee
500 Views

Have you switched to the ncsdk2 branch of the ncappzoo repository?

0 Kudos
Reply