I am new here. I recently started working with object detection and decided to use the Tensorflow object detection API. But, when I start training the model, it does not display
Add tf.logging.set_verbosity(tf.logging.INFO) after the import section of the model_main.py script. It will display a summary after every 100th step.
tf.logging.set_verbosity(tf.logging.INFO)
model_main.py