- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I followed how to configure Neural Compute Stick USB Driver on my USquared board with Intel Atom processor using Ubuntu 16.04.
cd ~/intel/openvino/install_dependencies
./install_NCS_udev_rules.sh
sudo cp /opt/intel/openvino/inference_engine/external/97-myriad-usbboot.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules
sudo udevadm trigger
sudo ldconfig
But when i run test application
./recognition -i "/home/upsquared/TestVideos/IMG_5715.MOV" -d MYRAID
I have the following error.
InferenceEngine:
API version ............ 1.6
Build .................. custom_releases/2019/R1_c9b66a26e4d65bb986bb740e73f58c6e9e84c7c2
[ INFO ] Parsing input parameters
[ INFO ] Reading input
[ INFO ] Loading plugin
[ ERROR ] Cannot find plugin for device: Default
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dearest naing, nyan,
Got this info from here:
Can you kindly do a lsusb ?
The output will be If using NCS1,
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 015: ID 03e7:2150
If using NCS2,
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 015: ID 03e7:2485
Here ID 03e7:2150 without a description string is the Movidius device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks it works now.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page