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.

MobileNet SSD

nikos1
Valued Contributor I
1,432 Views

Is MobileNet SSD validated or supported using the Computer Vision SDK on GPU clDNN? Any MobileNet SSD samples or examples? I can use the Model Optimizer to create IR for the model but then fail to load IR using C++ API InferenceEngine::LoadNetwork().

0 Kudos
1 Solution
Anna_B_Intel
Employee
1,432 Views

Hi Nikos, 

MobileNet SSD will be supported on GPU in the next release of Computer Vision SDK.

Best wishes, 

Anna

View solution in original post

0 Kudos
3 Replies
Anna_B_Intel
Employee
1,432 Views

Hi Nikos, 

MobileNet SSD wasn't validated on GPU, but it unofficially works on CPU. Only VGG SSD and GoogleNet SSD are supported in Computer Vision SDK R3.  

Best wishes, 

Anna

0 Kudos
nikos1
Valued Contributor I
1,432 Views

Hi Anna,

Thank you for your reply. If it unofficially works on CPU may be promising to keep trying on GPU. Mainly interested on the GPU device in our workflow and applications. ModelOptimizer works fine and creates IR xml as mentioned above. When we try to run using the object_detection_sample_ssd I get the following "llegal step value in prior boxconv11_mbox_priorbox" error as shown below.

Would you have any suggestions on a workaround for MobileNet SSD on the GPU device? If not possible, any plans to support MobileNet SSD in the next releases?

Thanks,

Nikos

	API version ............ 1.0
	Build .................. 5852
[ INFO ] Parsing input parameters
[ INFO ] No extensions provided
[ INFO ] Loading plugin

	API version ............ 0.1
	Build .................. prod-02709
	Description ....... clDNNPlugin

[ INFO ] Loading network files
[ INFO ] Preparing input blobs
[ INFO ] Batch size is 1
[ INFO ] Preparing output blobs
[ INFO ] Loading model to the plugin
[ ERROR ] Illegal step value in prior boxconv11_mbox_priorbox
0 Kudos
Anna_B_Intel
Employee
1,433 Views

Hi Nikos, 

MobileNet SSD will be supported on GPU in the next release of Computer Vision SDK.

Best wishes, 

Anna

0 Kudos
Reply