Python ValueError:不支持ssd\u inception\u v3。有关与不同版本的Tensorflow兼容的功能提取器,请参见“model_builder.py”

Python ValueError:不支持ssd\u inception\u v3。有关与不同版本的Tensorflow兼容的功能提取器,请参见“model_builder.py”,python,tensorflow,object-detection,Python,Tensorflow,Object Detection,我在colab中运行bellow时遇到此错误 !python model_main.py --model_dir=training --pipeline_config_path=ssd_inception_v3.config 我正在尝试做物体检测。因此,我使用的模型来自,模型是inception_v3,配置文件是ssd_inception_v3.config 我是使用tensorflow进行对象检测的新手。尝试运行: !python model_main_tf2.py --model_dir=

我在colab中运行bellow时遇到此错误

!python model_main.py --model_dir=training --pipeline_config_path=ssd_inception_v3.config
我正在尝试做物体检测。因此,我使用的模型来自,模型是inception_v3,配置文件是ssd_inception_v3.config

我是使用tensorflow进行对象检测的新手。

尝试运行:

!python model_main_tf2.py --model_dir=training --pipeline_config_path=ssd_inception_v3.config
而不是
!python模型_main.py