Sam Seaberry
Results
2
comments of
Sam Seaberry
First off your learning rate decayed to zero before the model finished training so there was no change in the model after 50K steps. As can be seen here in...
You need to add a max_number_of_boxes to the Eval_input_reader and max_num_boxes_to_visualize to the eval_config sections of you pipeline.config. Tensorflow has a default of 20 BB per image. Also see: https://github.com/tensorflow/models/issues/11076