I'm using TensorFlow model repo for object detection. For evaluation, I'm using Tensorboard which displays mAP and the result - predicted bounding box for detected object. I would like to display the ground truth bounding box along with the predicted one. How can I accomplish this?
Apparently, there is already API for that.