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

Not able to execute ssd object detection models on Intel HD Graphics GPU

maddina__saikrishna
238 Views

Hello all,

I have converted the ssd mobilenet v1 model by using model optimizer and running the object detection  using ssd  sample by giving the converted ssd mobilenet_v1 model .

It executes successfully on CPU but when i am running with GPU option ,it got hanged and not executing.

please any one help me in this????

 

Thanks,

saikrishna.

0 Kudos
1 Reply
Mark_L_Intel1
Moderator
238 Views

Hi Saikurishna,

This might be the OpenCL driver issue which doesn't have a good support to GPU.

To validate this you can run the OpenCL application of matrix multiply by referring to following article:

https://software.intel.com/en-us/articles/sgemm-ocl-opt

If this one failed, this means the OpenCL environment(mainly the driver) was not set correctly.

Mark

0 Kudos
Reply