- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Did you try to run as root inside the container? Combined with --privileged it should allow you to access any usb device.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page