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.

error while loading shared libraries: libiomp5.so

wu__junhao
Beginner
376 Views

 Hi, I found libiomp5.so in openvx/lib, but this error is occurred at runtime.
[setupvars.sh] OpenVINO environment initialized

 

junhao@junhao-STK2M3W64CC:~/inference_engine_samples_build/intel64/Release$ sudo ./human_pose_estimation_demo -i cam -m /opt/intel/computer_vision_sdk_2018.5.445/deployment_tools/model_downloader/Transportation/human_pose_estimation/mobilenet-v1/dldt/human-pose-estimation-0001.xml -d MYRAID
[sudo] junhao 的密码:
./human_pose_estimation_demo: error while loading shared libraries: libiomp5.so: cannot open shared object file: No such file or directory
 

0 Kudos
1 Reply
Shubha_R_Intel
Employee
376 Views

Dear hunhao:

I noticed that you spelled MYRIAD incorrectly in your command:

-d MYRAID

If you copy/pasted your command here that could be your problem. FYI, I use OpenVino on Windows and I had no issues with this command :

human_pose_estimation_demo.exe -i cam -m C:\Intel\computer_vision_sdk_2018.5.456\deployment_tools\intel_models\human-pose-estimation-0001\FP16\human-pose-estimation-0001.xml -d GPU

I didn't try MYRIAD though but I did try CPU and GPU, both worked fine.

Thank you for using OpenVino !

Shubha

0 Kudos
Reply