Search code examples
objecttensorflowdetectiontensorboardbounding-box

TensorBoard display ground truth with detection


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?


Solution

  • Apparently, there is already API for that.

    https://github.com/tensorflow/models/issues/2596