Closed RachelRen05 closed 4 years ago
@RachelRen05 You can try the following steps:
Let me know if this works for you and if not i'll have some follow up questions to understand your hardware configuration.
@meshaun9 Yes, I have tried this solution and it solved my problem. Thank you!
Hi I solved my problem using the following method:
Others have encountered the same problem, because opencl dependency problem lead to the GPU not work. So, please consider updating the opencl dependency in the README. Thank you.
@meshaun9 I have tried your solution and it solved my problem. Thank you!
Closed this issue as everything's worked
environment: ubuntu 16.04 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 tar ball, but upstream OpenVINO provided an opencl dependency file to solve this problem, but I did not find a solution here.
BTW, I have downloaded intel-opencl_18.28.11080_amd64.deb and installed it.