TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10
TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 copied to clipboard
ValueError: faster_rcnn_inception_v2 is not supported. See `model_builder.py`.
Hello,
I am facing issue while trying to run below command:-
python3 object_detection/model_main_tf2.py --pipeline_config_path="/home/hemingshan/auto_ws/src/vision/models/research/config/ssd_inception_v2_coco.config" --model_dir="/home/hemingshan/auto_ws/src/models/model_dir" --alsologtostderr
Tensorflow Version:- 2.2.0 Python Version:- 3.8.5 OS :- Ubuntu 20.04 LTS
Please find below mentioned error message:-
2021-02-22 02:04:58.455369: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version
WARNING:tensorflow:There are non-GPU devices in tf.distribute.Strategy, not using nccl allreduce.
W0222 02:04:58.457545 140023730894656 cross_device_ops.py:1175] There are non-GPU devices in tf.distribute.Strategy, not using nccl allreduce.
INFO:tensorflow:Using MirroredStrategy with devices ('/job:localhost/replica:0/task:0/device:CPU:0',)
I0222 02:04:58.457746 140023730894656 mirrored_strategy.py:500] Using MirroredStrategy with devices ('/job:localhost/replica:0/task:0/device:CPU:0',)
INFO:tensorflow:Maybe overwriting train_steps: None
I0222 02:04:58.460945 140023730894656 config_util.py:552] Maybe overwriting train_steps: None
INFO:tensorflow:Maybe overwriting use_bfloat16: False
I0222 02:04:58.461282 140023730894656 config_util.py:552] Maybe overwriting use_bfloat16: False
Traceback (most recent call last):
File "object_detection/model_main_tf2.py", line 113, in model_builder.py for features '
ValueError: ssd_inception_v2 is not supported. See model_builder.py for features extractors compatible with different versions of Tensorflow
Please help me to fix this issue.
Thanks, Beal. MS