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

libusb_strerror with Mustang-V100-MX8 and OpenVino 2020.3

Luo__Andy
Novice
692 Views

I am using Mustang-V100-MX8-R11 on my Ubuntu 18.04 computer with OpenVino 2020.3.

Linux kernal: 4.15.0-109-generic

I have installed the driver successfully by following https://docs.openvinotoolkit.org/latest/_docs_install_guides_installing_openvino_linux_ivad_vpu.html

I want to verify if it works by following the instructions below-

After configuration is done, you are ready to run the verification scripts with the HDDL Plugin for your Intel® Vision Accelerator Design with Intel® Movidius™ VPUs:

  1. Go to the Inference Engine demo directory:
    cd /opt/intel/openvino/deployment_tools/demo
  2. Run the Image Classification verification script. If you have access to the Internet through the proxy server only, please make sure that it is configured in your OS environment.
    ./demo_squeezenet_download_convert_run.sh -d HDDL
  3. Run the Inference Pipeline verification script:
    ./demo_security_barrier_camera.sh -d HDDL
     
    It shows the following error:
     

    Run Inference Engine classification sample

    Run ./classification_sample_async -d HDDL -i /opt/intel/openvino/deployment_tools/demo/car.png -m /home/aluo/openvino_models/ir/public/squeezenet1.1/FP16/squeezenet1.1.xml

    [ INFO ] InferenceEngine:
    API version ............ 2.1
    Build .................. 2020.3.0-3467-15f2c61a-releases/2020/3
    Description ....... API
    [ INFO ] Parsing input parameters
    [ INFO ] Parsing input parameters
    [ INFO ] Files were added: 1
    [ INFO ] /opt/intel/openvino/deployment_tools/demo/car.png
    [ INFO ] Creating Inference Engine
    [ ERROR ] Failed to create plugin /opt/intel/openvino_2020.3.194/deployment_tools/inference_engine/lib/intel64/libHDDLPlugin.so for device HDDL
    Please, check your environment
    Cannot load library '/opt/intel/openvino_2020.3.194/deployment_tools/inference_engine/lib/intel64/libHDDLPlugin.so': /opt/intel/openvino_2020.3.194/deployment_tools/inference_engine/external/hddl/lib/libmvnc-hddl.so.0: undefined symbol: libusb_strerror

    Error on or near line 217; exiting with status 1

    Could you let me know how to fix it?

 

 

0 Kudos
1 Solution
Iffa_Intel
Moderator
681 Views

Greetings,


Did you tried to run those with "sudo"?



Sincerely,

Iffa


View solution in original post

0 Kudos
2 Replies
Iffa_Intel
Moderator
682 Views

Greetings,


Did you tried to run those with "sudo"?



Sincerely,

Iffa


0 Kudos
Luo__Andy
Novice
674 Views

I ran it without sudo. Now it works.

Reply