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.

Error calibrating faster_rcnn_vgg16 model

trivedi__amiya
Beginner
190 Views

Hi,

I am trying to calibrate faster_rcnn vgg16 model from https://dl.dropboxusercontent.com/s/o6ii098bu51d139/faster_rcnn_models.tgz?dl=0

python3 /opt/intel/openvino/deployment_tools/tools/calibration_tool/calibrate.py -m ./VGG16_faster_rcnn_final.xml -sm -s /media/amiya/KINGSTON/VOC2017_sub/. -o ./out/
[ INFO ] Collect inputs...
terminate called after throwing an instance of 'InferenceEngine::details::InferenceEngineException'
  what():  Just networks with one input are supported.
Aborted (core dumped)

Also tried with --ignore_layer_names="im_info"

Is this some limitation of openvino? Is there a way around? I am on release 2019.3.376.

0 Kudos
0 Replies
Reply