- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
