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.

Tensorflow mvnNCCheck error

idata
Employee
773 Views

OS: Ubuntu 16.04 LTS, Anaconda Python 2.7

 

I am executing the commands as

 

~/workspace/ncsdk/examples/tensorflow/inception_v1$ make compile

 

~/workspace/ncsdk/examples/tensorflow/inception_v1$ make weights

 

~/workspace/ncsdk/examples/tensorflow/inception_v1$ make check

 

and then I get these errors.

 

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)

 

mvNCCheck -s 12 output/inception-v1.meta -in=input -on=InceptionV1/Logits/Predictions/Reshape_1 -i ../../data/images/cat.jpg -id 829 -S 2 -M 128 -cs 0,1,2

 

mvNCCheck v02.00, Copyright @ Movidius Ltd 2016

 

/usr/local/lib/python3.5/dist-packages/tensorflow/python/util/tf_inspect.py:45: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead

 

if d.decorator_argspec is not None), _inspect.getargspec(target))

 

Traceback (most recent call last):

 

File "/usr/local/bin/mvNCCheck", line 144, in

 

quit_code = check_net(args.network, args.image, args.inputnode, args.outputnode, args.nshaves, args.inputsize, args.weights, args)

 

File "/usr/local/bin/mvNCCheck", line 122, in check_net

 

net = parse_tensor(args, myriad_config, file_gen=True)

 

File "/usr/local/bin/ncsdk/Controllers/TensorFlowParser.py", line 229, in parse_tensor

 

channel_swap=arguments.channel_swap)

 

File "/usr/local/bin/ncsdk/Controllers/MiscIO.py", line 231, in parse_img

 

import skimage.transform

 

File "/usr/local/lib/python3.5/dist-packages/skimage/transform/init.py", line 1, in

 

from .hough_transform import (hough_line, hough_line_peaks,

 

File "/usr/local/lib/python3.5/dist-packages/skimage/transform/hough_transform.py", line 3, in

 

from .. import measure

 

File "/usr/local/lib/python3.5/dist-packages/skimage/measure/init.py", line 6, in

 

from ._regionprops import regionprops, perimeter

 

File "/usr/local/lib/python3.5/dist-packages/skimage/measure/_regionprops.py", line 7, in

 

from ._label import label

 

File "/usr/local/lib/python3.5/dist-packages/skimage/measure/_label.py", line 1, in

 

from ._ccomp import label_cython as clabel

 

ImportError: cannot import name 'label_cython'

 

Makefile:55: recipe for target 'check' failed

 

make: [check] Error 1 (ignored)
0 Kudos
4 Replies
idata
Employee
527 Views

@sambhu We are aware of a compatibility issue with Anaconda and the NCSDK. Please try using a computer/environment without Anaconda. Let me know if this works for you. Thanks.

0 Kudos
idata
Employee
527 Views

@Tome_at_Intel i am using a computer without Anaconda but there have same problem mvNCCheck error.please tell me others solution.

0 Kudos
idata
Employee
527 Views

I get the same problem for ubuntu16.04

0 Kudos
idata
Employee
527 Views

@sambhu @TheOnlyWing Can you try the command "make run" and paste the output here?

0 Kudos
Reply