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.

Running converted faster_rcnn model

CamEng
Beginner
540 Views

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.

0 Kudos
2 Replies
Iffa_Intel
Moderator
503 Views

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

0 Kudos
Iffa_Intel
Moderator
477 Views

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


0 Kudos
Reply