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.

OpenVINO + Docker + NCS

rs1
Beginner
483 Views

I'm trying to run OpenVINO R4 on Docker on Ubuntu 18.04. demo_squeezenet_download_convert_run.sh works fine, but when I call it with "-d MYRIAD", I get the following error:

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

[ ERROR ] Can not init USB device: NC_DEVICE_NOT_FOUND
Error on or near line 217; exiting with status 1

Right after plugging in the stick, lsusb sees it as

Bus 001 Device 046: ID 03e7:2150

Occasionally, I get this line instead:

Bus 001 Device 045: ID 03e7:f63b

I also tried starting the Docker container with "--privileged -v /dev:/dev", but it didn't help.

Any idea?

0 Kudos
1 Reply
Maksim_S_Intel
Employee
483 Views

Did you try to run as root inside the container? Combined with --privileged it should allow you to access any usb device.

0 Kudos
Reply