Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional metrics to tensorboard #11616

Open
mzillag opened this issue Apr 4, 2024 · 1 comment
Open

Additional metrics to tensorboard #11616

mzillag opened this issue Apr 4, 2024 · 1 comment
Assignees

Comments

@mzillag
Copy link

mzillag commented Apr 4, 2024

Hello. While using mmdet2 I wrote custom tensorboard hook which uses this metrics

'val/bbox_mAP': 'Validate/Precision total',
'val/bbox_mAP_l': 'Validate/Precision large',
'val/bbox_mAP_m': 'Validate/Precision medium',
'val/bbox_mAP_s': 'Validate/Precision small',

How can I use same metrics during evaluation to save best model weights and to look at graphs in tensorboard?

@mzillag
Copy link
Author

mzillag commented Apr 10, 2024

Thanks to this comment wrote my custom hook with additional metrics for validation for object detection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants