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.

Handling blob output with shape: [1, 1, N, 7]

Paul__Shovan_Kumar
595 Views

Hello all,

I am a very beginner to OpenVINO, I want to use a Pretrained model pedestrian-detection-adas-0002 from the openvino site.

I see it provides an output blob with shape: [1, 1, N, 7]. I would like to know how to handle this output, is there any demo/sample related to this one.

 

Regards,

Paul

0 Kudos
2 Replies
JesusE_Intel
Moderator
595 Views

Hi Paul,

Thanks for reaching out, take a look at the pedestrian-detection-adas-0002 description on how to interpret the output. The model should work with any SSD based sample/demo that is included with the OpenVINO toolkit.

You an try the Object Detection SSD C++ Demo or the Object Detection SSD Python Demo.

Hope this helps!

Regards,

Jesus

0 Kudos
Ji__Alex
Beginner
488 Views

How do I know the shap of outputs from blob If I use a model trained by myself?

0 Kudos
Reply