LoggerHook visualization output doesn't provide per class validation values. #3052
Unanswered
Jonas-Bartkowski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After training, my work_dir/vis_data/scalars.json looks like this:
I'm really missing the class labels here. It's very important to me that I can also see the per class validation output in scalars.json and tensorflow.
My logger and visualization hooks:
I noticed that the visualizer is not called in after_val_iter() in mmengine.hooks.logger_hook.py, like it is in after_val_epoch().
Is that that the source? If so, is that a bug?
If not, is there any other way to log validation results for individual classes into vis_data?
Help is much appreciated, thanks for this awesome framework. 🙏
Beta Was this translation helpful? Give feedback.
All reactions