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.configThe first error I receive is tf.compat.v1.app.run().
tfrecord are generated, I created the label_map.pbtxt.
Python 3.9.9Tensorflow 2.10.1