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.

Model - rfcn resnet 101

Bhargavan__Aiswarya
381 Views

“[ WARNING ] Model Optimizer removes pre-processing block of the model which resizes image keeping aspect ratio. The Inference Engine does not support dynamic image size so the Intermediate Representation file is generated with the input image size of a fixed size.
Specify the "--input_shape" command line parameter to override the default shape which is equal to (600, 600).
The Preprocessor block has been removed. Only nodes performing mean value subtraction and scaling (if applicable) are kept.
[ ERROR ]  Exception occurred during running replacer "ObjectDetectionAPIDetectionOutputReplacement" (<class 'extensions.front.tf.ObjectDetectionAPI.ObjectDetectionAPIDetectionOutputReplacement'>): Found the following nodes '[]' with name 'proposals' but there should be exactly 1. Looks like ObjectDetectionAPIProposalReplacement replacement didn't work.”


Any suggestion to solve this error?

0 Kudos
1 Reply
Shubha_R_Intel
Employee
381 Views

Dear Bhargavan, Aiswarya,

Please open the attached zip file and use faster_rcnn_support_api_v1.13.json for the --tensorflow_use_custom_operations_config switch.

For https://github.com/tensorflow/models  use Commit ID: 6fc642d423648f6a932673f0b3c07e40268c979f

Basically use an update prior to May 31 and it will work.

Thanks,

Shubha

 

0 Kudos
Reply