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.

Issue using c++ SSD demo

beltramo__enrico
Beginner
400 Views

I trained a custom object detection with SSD and MobilenetV2 starting from Tensorflow model zoo (http://download.tensorflow.org/models/object_detection/ssd_mobilenet_v2_coco_2018_03_29.tar.gz) and I converted it with OpenVino. If I run the model with python example, on Neural Computer stick it works correctly, but if I run it with c++ example "object_detection_sample_ssd.exe", the inference is done correctly, but the results of detections have non sense. Some suggestion about?

0 Kudos
2 Replies
beltramo__enrico
Beginner
400 Views

I solved by myself. The demo is tuned for Cafe model, that use BRG images, converting the image in RGB the detection being ok.

Should be helpful to add an option to choose the input color format depending on model

0 Kudos
JAVIERJOSE_A_Intel
400 Views

Hi enrico,

 

Thanks for reaching out.

 

We are glad that you managed to solve your issue! Thanks for sharing the resolution with the community.

 

Regards,

 

Javier A.

0 Kudos
Reply