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 Neworks Outputs

Paul__Shovan_Kumar
226 Views

I have seen in the pre-trained models that different networks provide different kinds of outputs. Such as classification outputs, detection output, blob  etc. How to handle these different kinds of output. Is there any reference/documentation? Do I have to check all the samples how they have handled different types of output. 

 

Shovan Kumar Paul 

0 Kudos
1 Reply
SIRIGIRI_V_Intel
Employee
226 Views

Hi Shovan,

You can refer the samples to understand how the output is handled for different types of models.

Refer Object_detection_sample_ssd_async for the object detection models.

Classification_sample for the Classification models.

Segmentation_demo for the segmentation models.

Face_recognition_demo for the object recognition models.

Hope this helps.

Regards,

Ram prasad

0 Kudos
Reply