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 "Cannot find plugin to use" when run Human-Pose-Estimation

Wei_Z_Intel1
Employee
417 Views
Help, Help, Help If anyone encountered the similar issue before. When run Huaman-Pose-Estimation demo at Openvino toolkits on Raspbian + Intel NCS2. The issue picture had been attached. Could you please help give the guidance on how to solve it? Thks.
0 Kudos
1 Reply
JesusE_Intel
Moderator
417 Views

Hi Wei,

You need to specify the MYRIAD Plugin with the -d flag, currently it's configured to run on CPU. However, the OpenVINO toolkit for Raspbian OS does not include the CPU Plugin. 

./human_pose_estimation_demo -d MYRIAD ....

Please let me know if you have additional questions.

Regards,

Jesus

0 Kudos
Reply