You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a custom version of COCOEvaluator and run it every 250th iteration during training. I calculate custom IoU, precision and recall values and print them to my terminal/log-file. Now I would like to save them to my TF event files to visualize them in tensorboard as well. How can I achieve this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I use a custom version of COCOEvaluator and run it every 250th iteration during training. I calculate custom IoU, precision and recall values and print them to my terminal/log-file. Now I would like to save them to my TF event files to visualize them in tensorboard as well. How can I achieve this?
P.S. I also added this custom tensorboard writer to visualize validation loss: https://eidos-ai.medium.com/training-on-detectron2-with-a-validation-set-and-plot-loss-on-it-to-avoid-overfitting-6449418fbf4e
Beta Was this translation helpful? Give feedback.
All reactions