Show more images in Tensorboard - Tensorflow object detection
It should be the num_visualizations
parameter in your eval_config
(cf. eval.proto
code).
Probably the easiest way is to add command line argument --samples_per_plugin
Full example
tensorboard --logdir . --samples_per_plugin=images=100
https://github.com/tensorflow/tensorboard/issues/1012