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
Précieux contributeur I
1 435 Visites

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 Compliments
1 Solution
Anna_B_Intel
Employé
1 435 Visites

Hi Nikos, 

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

Best wishes, 

Anna

Voir la solution dans l'envoi d'origine

0 Compliments
3 Réponses
Anna_B_Intel
Employé
1 435 Visites

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 Compliments
nikos1
Précieux contributeur I
1 435 Visites

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 Compliments
Anna_B_Intel
Employé
1 436 Visites

Hi Nikos, 

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

Best wishes, 

Anna

0 Compliments
Répondre