kobu@kobu2:~/docker/OpenVINO$ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 1f924a7b2a50 kobuvino "/bin/bash" 45 minutes ago Up 45 minutes sharp_agnesi kobu@kobu2:~/docker/OpenVINO$ sudo docker run --privileged -v /dev:/dev --network=host kobuvino root@1f924a7b2a50:~/kobu# sudo usermod -a -G users "$(whoami)" root@1f924a7b2a50:~/kobu# sudo cp /opt/intel/openvino/inference_engine/external/97-myriad-usbboot.rules /etc/udev/rules.d/ root@1f924a7b2a50:~/kobu# sudo udevadm control --reload-rules root@1f924a7b2a50:~/kobu# sudo udevadm trigger root@1f924a7b2a50:~/kobu# sudo ldconfig root@1f924a7b2a50:~/kobu# ./benchmark_app -i car.png -m /root/openvino_models/ir/public/squeezenet1.1/FP16/squeezenet1.1.xml -niter 100 -pc -d MYRIAD [Step 1/11] Parsing and validating input arguments [ INFO ] Parsing input parameters [ INFO ] Files were added: 1 [ INFO ] car.png [ WARNING ] -nstreams default value is determined automatically for a device. Although the automatic selection usually provides a reasonable performance,but it still may be non-optimal for some cases, for more information look at README. [Step 2/11] Loading Inference Engine [ INFO ] InferenceEngine: API version ............ 2.1 Build .................. 42025 Description ....... API [ INFO ] Device info: MYRIAD myriadPlugin version ......... 2.1 Build ........... 42025 [Step 3/11] Setting device configuration [Step 4/11] Reading the Intermediate Representation network [ INFO ] Loading network files [ INFO ] Read network took 22.89 ms [Step 5/11] Resizing network to match image sizes and given batch [ INFO ] Network batch size: 1 [Step 6/11] Configuring input of the model [Step 7/11] Loading the model to the device W: [ncAPI] [ 426042] [benchmark_app] ncDeviceOpen:931 ncDeviceOpen() XLinkBootRemote returned error X_LINK_COMMUNICATION_FAIL for 1.2-ma2480 E: [ncAPI] [ 441042] [benchmark_app] ncDeviceOpen:1003 Failed to find booted device after boot W: [ncAPI] [ 441042] [benchmark_app] ncDeviceOpen:1006 Device (1.2-ma2480) doesn't disappear after firmware loading [ ERROR ] Can not init Myriad device: NC_ERROR