About coco in Project-MONAI/tutorials/tree/main/detection #1624
Unanswered
Dana136484
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.
-
When calculating the validation metrics after several rounds of training, coco is calculated for all classes, which results in the optimal metric being negative. But I used my own dataset for training, and the category labels of all bounding boxes in a training set only contain some classes, so only the category labels of the bounding boxes in ground truth need to be calculated.How should I modify it?Thanks!



all classes:
The bounding box category labels for my own data:
Beta Was this translation helpful? Give feedback.
All reactions