- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was able to convert faster_rcnn model using OpenVINO model optimizer.
However, I have difficult time running it in C++.
Your example for masked_rcnn uses 'reshape_do_2d' for the output. faster_rcnn seems to have a different output name.
How can I figure out what name to use? Where should I look?
Do you have an example C++ source code for faster_rcnn similar to mask_rcnn_demo?
Thank you.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Greetings,
If you had built the omz correctly, you should be able to use the fasterRCNN model with object_detection_demo.
I included the result that I've got for your reference.
Plus this is the command that I used to run it:
<omz_build_location>\object_detection_demo -m "<your model location>\public\faster_rcnn_inception_v2_coco\FP32\faster_rcnn_inception_v2_coco.xml" -i D:\CustomerOpenvino\Rahila\car-detection.mp4 -at ssd
Sincerely,
Iffa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Greetings,
Intel will no longer monitor this thread since we have provided a solution. If you need any additional information from Intel, please submit a new question.
Sincerely,
Iffa

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