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.
6403 Discussions

Error while using MYRIAD as device please help

Tchouanga__Franck
643 Views

Traceback (most recent call last):
  File "personViolenceDetection.py", line 279, in <module>
    main()
  File "personViolenceDetection.py", line 204, in main
    pd.load_model()
  File "personViolenceDetection.py", line 122, in load_model
    self.ex_net = self.ie.load_network(network=self.model, device_name = self.device)
  File "ie_api.pyx", line 134, in openvino.inference_engine.ie_api.IECore.load_network
  File "ie_api.pyx", line 141, in openvino.inference_engine.ie_api.IECore.load_network
RuntimeError: Can not init Myriad device: NC_ERROR
E: [global] [         0] [] XLinkResetRemote:243   can't wait dispatcherClosedSem


0 Kudos
1 Reply
RandallMan_B_Intel
643 Views

Hi Franck,

Thanks for reaching out, which Myriad device are you using? 

Also, could you please answer the following questions:

  • Which version of the OpenVINO™ toolkit are you using?
  • Which Operative System are you using?
  • Could you provide the content of the /etc/udev/rules.d/*myriad*.rules?
  • What is the output of lsusb?
  • Is there a particular guide you are following?

Regards,

Randall

0 Kudos
Reply