I want to visualize object detection model training results like this. What actions do I need to take? I’m using this TensorFlow 2 Object Detection API tutorial — TensorFlow 2 Object Detection API tutorial documentation as a roadmap. I cannot display what I want on Tensorboard.
Example:
Hi @abdullahsuheyl,
You can customize the visualization of scalar values(i.e. loss,metrics), graphs and histograms by using tensorboard. Kindly refer this documentation for more information about implementation.
Thank You.