I have a problem with running this command in Terminal:
python model_main_tf2.py --model_dir=C:\\models\\my_ssd_resnet50_v1_fpn --pipeline_config_path=\\models\\my_ssd_resnet50_v1_fpn\\pipeline.config
The first error I receive is tf.compat.v1.app.run()
.
tfrecord
are generated, I created the label_map.pbtxt
.
Python 3.9.9 Tensorflow 2.10.1
source https://stackoverflow.com/questions/77706092/error-tf-compat-v1-app-run-while-running-model-main-tf2-py-object-detection
Comments
Post a Comment