How to get a metric during training, for example 'CocoMetric' from the validation and training dataset #1445
Unanswered
EvgeniyBerdyugin
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.
-
Thank you very much to the developers for your work. I would like the quality metrics at the validation stage to be calculated on both the validation and training datasets. I tried passing a similar list to val_evaluator:
However, the metrics on the training dataset are zero, as if the annotations were loaded as training ones and the images as validation ones. Apparently it is necessary to convert val_dataloader, but unfortunately I did not find a way to register two datasets in the documentation. Or maybe I need to write custom hooks here?
Beta Was this translation helpful? Give feedback.
All reactions