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.

OpenCV with Yolo v3 failed to load on MYRIAD

SC_Huang
Beginner
695 Views

we're using OpenCV in OpenVINO on Windows10 , with i7 CPU/GPU, NCS2 and acceleration card

Loading the Yolov3 network with CPU

net.setPreferableBackend(DNN_BACKEND_INFERENCE_ENGINE);
net.setPreferableTarget(DNN_TARGET_CPU);

And GPU/OpenCL

net.setPreferableBackend(DNN_BACKEND_INFERENCE_ENGINE);
net.setPreferableTarget(DNN_TARGET_OPENCL);

Works fine,

BUT when the condidtion in MYRIAD...

net.setPreferableBackend(DNN_BACKEND_INFERENCE_ENGINE);
net.setPreferableTarget(DNN_TARGET_MYRIAD);

We got error message 

Can not parse hub and port of the devices: No error
Can not parse hub and port of the devices: No error
Can not parse hub and port of the devices: No error
Can not parse hub and port of the devices: No error
Can not parse hub and port of the devices: No error
Can not parse hub and port of the devices: No error
E: [ncAPI] [         0] ncDeviceOpen:870   failed to find device

E: [ncAPI] [         0] ncDeviceOpen:870   failed to find device

E: [ncAPI] [         0] ncDeviceOpen:870   failed to find device

E: [ncAPI] [         0] ncDeviceOpen:870   failed to find device

E: [ncAPI] [         0] ncDeviceOpen:870   failed to find device

E: [ncAPI] [         0] ncDeviceOpen:870   failed to find device

E: [ncAPI] [         0] ncDeviceOpen:870   failed to find device

E: [ncAPI] [         0] ncDeviceOpen:870   failed to find device


But My MYRIAD device does work on demo application in OpenVINO,

Why we got this error?

 

0 Kudos
5 Replies
Shubha_R_Intel
Employee
695 Views

Dear SC,

you say "NCS2 and acceleration card". Can you kindly be more specific ?

Which acceleration card are you using ?

Thanks for using OpenVino !

Shubha

0 Kudos
SC_Huang
Beginner
695 Views

Shubha R. (Intel) wrote:

Dear SC,

you say "NCS2 and acceleration card". Can you kindly be more specific ?

Which acceleration card are you using ?

Thanks for using OpenVino !

Shubha

Hi Shubha,

We have two platform, one with a NCS2 and the other with a Mustang-V100-MX8 card.

Both appear the same problem.

0 Kudos
SC_Huang
Beginner
695 Views

Update to OpenVINO v2019.1.087

MYRIAD DO work now!

But DNN_TARGET_CPU and DNN_TARGET_OPENCL_FP16 canNOT work now...

0 Kudos
Shubha_R_Intel
Employee
695 Views

Dear SC Huang,

thanks for the update. I don't understand however. Are you trying to set DNN_TARGET_CPU for execution on the Mustang-V100-MX8 card ? Are you trying to set DNN_TARGET_OPENCL_FP16  for execution on the Mustang card also ? Can you kindly give me more details ?

Thanks,

Shubha

0 Kudos
Maaz__Muhammad
Beginner
695 Views

Is there any solution of this? I am not able to run Tiny Yolov3 on NCS using OpenCV dnn.

0 Kudos
Reply