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.

Error while trying to execute stream_ty_gn

idata
Employee
590 Views

Hello. I've successfully installed ncsdk and ran some examples, like stream_infer and caffe models. Now, I bought another movidius stick (I have two now), and tried to execute stream_ty_gn.

 

I'm getting the following error:

 

 

Running stream_ty_gn

 

Keys:

 

'Q'/'q' to Quit

 

'B'/'b' to inc/dec the Tiny Yolo box probability threshold

 

'I'/'i' to inc/dec the Tiny Yolo box intersection-over-union threshold

 

'G'/'g' to inc/dec the GoogLeNet probability threshold

 

Starting GUI, press Q to quit

 

actual camera resolution: 640.0 x 480.0

 

Traceback (most recent call last):

 

File "stream_ty_gn.py", line 596, in

 

sys.exit(main())

 

File "stream_ty_gn.py", line 544, in main

 

output, userobj = ty_graph.GetResult()

 

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

 

raise Exception(Status(status))

 

Exception: mvncStatus.TIMEOUT

 

 

I've already executed "make all" and "make opencv". Any ideas?

 

Thanks in advance.

0 Kudos
3 Replies
idata
Employee
373 Views

@smancini Thank you for reporting this. During "make all", were there any problems? Please check to see if everything was able to build. Also just wondering if you are using a USB hub and if it is powered or unpowered.

0 Kudos
idata
Employee
373 Views

@Tome_at_Intel Thanks for your answer. No problems during "make all". I tried using both movidius connected directly to the computer (last time, one was connected to a USB hub) and now it's working. I guess it is something to do with the USB hub.

0 Kudos
idata
Employee
373 Views

@smancini I'm glad you got it solved. Cheers.

0 Kudos
Reply