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.

An error occurred while using GPU

rachel_r_Intel
Employee
542 Views

Hi,

environment: ubuntu 16.04, dldt+open_model_zoo

command:

ros2 run dynamic_vino_sample dynamic_vino_sample -m /home/intel/code/open_model_zoo/model_downloader/Transportation/object_detection/face/pruned_mobilenet_reduced_ssd_shared_weights/dldt/face-detection-adas-0001.xml -m_hp /home/intel/code/open_model_zoo/model_downloader/Transportation/object_attributes/headpose/vanilla_cnn/dldt/head-pose-estimation-adas-0001.xml -m_em /home/intel/code/open_model_zoo/model_downloader/Retail/object_attributes/emotions_recognition/0003/dldt/emotions-recognition-retail-0003.xml -m_ag /home/intel/code/open_model_zoo/model_downloader/Retail/object_attributes/age_gender/dldt/age-gender-recognition-retail-0013.xml -i StandardCamera -d GPU -d_hp CPU -d_em CPU -d_ag CPU

error:

[ ERROR ] failed to create engine: clGetPlatformIDs error -1001

The same situation occurred when using upstream OpenVINO tag ball,  upstream OpenVINO provided an opencl dependency file to solve this problem, but I did not find a solution in source code.

BTW, I have downloaded intel-opencl_18.28.11080_amd64.deb and installed it.

Thank you!

0 Kudos
5 Replies
nikos1
Valued Contributor I
542 Views

What is the CPU model?

Some ideas in https://software.intel.com/en-us/forums/computer-vision/topic/798986

0 Kudos
rachel_r_Intel
Employee
542 Views

Thank you Nikos for your reply,

model name	: Intel(R) Core(TM) i5-4200H CPU @ 2.80GHz

BTW, where can I get this tool:

sys_analyzer_linux.py

Thank you!

0 Kudos
nikos1
Valued Contributor I
542 Views
Hi Rachel,
 
for the tool please try https://software.intel.com/en-us/articles/mss-sys-analyzer-linux there is a download button at the bottom of the page 
 
 
Cheers,
 
Nikos
0 Kudos
nikos1
Valued Contributor I
542 Views

You may want to try

wget http://registrationcenter-download.intel.com/akdlm/irc_nas/11396/SRB5.0_linux64.zip
unzip SRB5.0_linux64.zip -d SRB5.0_linux64
cd SRB5.0_linux64
sudo apt-get install xz-utils
mkdir intel-opencl
tar -C intel-opencl -Jxf intel-opencl-r5.0-63503.x86_64.tar.xz
tar -C intel-opencl -Jxf intel-opencl-devel-r5.0-63503.x86_64.tar.xz
tar -C intel-opencl -Jxf intel-opencl-cpu-r5.0-63503.x86_64.tar.xz
sudo cp -R intel-opencl/* /
sudo ldconfig

 

0 Kudos
rachel_r_Intel
Employee
542 Views

Thank you Nikos for your help

I saw your answer in this https://software.intel.com/en-us/forums/computer-vision/topic/798986 , I have tried the solution, it solved the opencl dependency problem perfectly, but finally found that the GPU does not meet the conditions.

Thank you very much Nikos.

0 Kudos
Reply