object_detection_demo icon indicating copy to clipboard operation
object_detection_demo copied to clipboard

ValueError: faster_rcnn_inception_v2 is not supported. See `model_builder.py` for features extractors compatible with different versions of Tensorflow

Open Aa5980 opened this issue 3 years ago • 1 comments

During training the model when I run this code !python /content/models/research/object_detection/model_main.py
--pipeline_config_path={pipeline_fname}
--model_dir={model_dir}
--alsologtostderr
--num_train_steps={num_steps}
--num_eval_steps={num_eval_steps} I am getting the following error "ValueError: faster_rcnn_inception_v2 is not supported. See model_builder.py for features extractors compatible with different versions of Tensorflow" . Please resolve this issue.

Aa5980 avatar Jun 10 '21 05:06 Aa5980

Any updates on this? I'm having the same problem and can't fix it. I have tried all 3 suggested model configs. I have not been able to solve the issue by choosing a different model from model_builder.py either.

plantbiojordan avatar Nov 01 '21 19:11 plantbiojordan