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.

Testing faster_rcnn IR model in openvino

P_S__Vismaya
Beginner
397 Views

Hi,

I've converted a custom faster rcnn model to IR model. How do I verify the IR model with OpenVINO ? I've found only object_detection_ssd model for testing ?

Are there any scripts available for testing faster_rcnn IR mode ? 

Any help would be appreciated.

Thanks in advance.

0 Kudos
1 Reply
Sahira_Intel
Moderator
397 Views

Hi Vismaya,

You can test your Faster R-CNN model on OpenVINO by using the object detection demos provided in the Toolkit. Make sure that your Faster R-CNN is converted to the correct format (.xml and .bin). 

You can test your model using the object_detection_demo with the following command:

 

./object_detection_demo_faster_rcnn -i <path_to_image>/inputImage.bmp -m <path_to_model>/faster-rcnn.xml -d CPU

For more information, visit this page. 

I hope this information is helpful.

Best Regards,

Sahira 

0 Kudos
Reply