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.
6402 Discussions

How to run object_detection_demo_faster_rcnn using tensorfllow's faster rcnn resnet101 model

Taiki
Beginner
555 Views

I want to run object_detection_demo_faster_rcnn using an IR file converted from a tensorfllow faster rcnn resnet101 model, but I don't know what to specify for the "bbox_pred", "proposal" and "ccls_prob" options.

0 Kudos
2 Replies
Rizal_Intel
Moderator
529 Views

Hi Taiki,


You would need to search inside your model using Netron application to find corresponding layer names for the arguments.

For example, the pre trained model faster-rcnn-resnet101-coco-sparse-60-0001.

The layer names are as follows:

proposal_name = proposals

bbox_name = div

prob_name = openvino_outputs/cls_score


You can try searching for a particular layer name using Netron.

In the example the next layer contains name such as bbox_reshape which helps to identify the previous layer "div" as the bbox result layer.


Regards,

Rizal


0 Kudos
Munesh_Intel
Moderator
509 Views

Hi Taiki,


This thread will no longer be monitored since we have provided steps to solve your issue. If you need any additional information from Intel, please submit a new question.


Regards,

Munesh


0 Kudos
Reply