- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page