I run human_pose_estimation_demo use GPU
has some error below
My version is latest version "l_openvino_toolkit_p_2019.1.144"
./human_pose_estimation_demo -i /dev/video0 -m /home/asrock/inference_engine_samples_build/intel64/human-pose-estimation-0001/human-pose-estimation-0001.xml -d GPU
InferenceEngine:
API version ............ 1.6
Build .................. custom_releases/2019/R1.1_28dfbfdd28954c4dfd2f94403dd8dfc1f411038b
[ INFO ] Parsing input parameters
[ ERROR ] Cannot find plugin to use :Tried load plugin : clDNNPlugin, error: Plugin clDNNPlugin cannot be loaded: cannot load plugin: clDNNPlugin from : Cannot load library 'libclDNNPlugin.so': libOpenCL.so.1: cannot open shared object file: No such file or directory, skipping
How should I do??
Thank you!