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

[Issue] Can't run examples with the default graph file on ncappzoo

idata
Employee
663 Views

I was trying to run examples of inception_v1, inception_v2 and inception_v3 with the default graph files on their folders respectively, but failed.

 

The command I ran:

 

python3 run.py

 

Error message:

 

Number of categories: 1001

 

Start download to NCS…

 

Traceback (most recent call last):

 

File "run.py", line 65, in

 

output, userobj = graph.GetResult()

 

File "/usr/local/lib/python3.5/dist-packages/mvnc/mvncapi.py", line 262, in GetResult

 

raise Exception(Status(status))

 

Exception: mvncStatus.MYRIAD_ERROR

 

However, if I run "make" to recompile the graph file from caffemodel. It works. So I guess something wrong with the default graph files.

0 Kudos
1 Reply
idata
Employee
366 Views

Hi @xhuan28, thanks for pointing this out. I have removed the old graph files you mentioned. They were only checked in as a temporary solution for Raspberry Pi users before it was possible to compile tensorflow networks on the RPi. Now that there is TensorFlow on the RPi these graph files can be compiled as needed.

0 Kudos
Reply