models
models copied to clipboard
google.protobuf.text_format.ParseError: 175:21 : Message type "object_detection.protos.InputReader" has no field named "E".
Hi guys.I met this error when i run the model_main_tf2.py Can someone help me?plz The complete error is below Warning (from warnings module): File "E:\TF\model_main_tf2.py", line 76 flags.mark_flag_as_required('model_dir') UserWarning: Flag --model_dir has a non-None default value; therefore, mark_flag_as_required will pass even if flag is not specified in the command line!
Warning (from warnings module):
File "E:\TF\model_main_tf2.py", line 77
flags.mark_flag_as_required('pipeline_config_path')
UserWarning: Flag --pipeline_config_path has a non-None default value; therefore, mark_flag_as_required will pass even if flag is not specified in the command line!
INFO:tensorflow:Using MirroredStrategy with devices ('/job:localhost/replica:0/task:0/device:GPU:0',)
I0225 13:35:21.939433 43908 mirrored_strategy.py:374] Using MirroredStrategy with devices ('/job:localhost/replica:0/task:0/device:GPU:0',)
Traceback (most recent call last):
File "E:\TF\model_main_tf2.py", line 114, in