Replies: 1 comment 2 replies
-
Hi @shivasv97, I think you could refer to Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hello,
I am trying to use the MONAI FROC metric (https://docs.monai.io/en/stable/metrics.html#froc) for calculating the FROC score and curve for my model which outputs bounding box coordinates(xmin, ymin, xmax, ymax).
My ground truth is also bounding box values(xmin, ymin, xmax, ymax). The model outputs bounding boxes for multiple classes, and the ground truth contains multiple bounding boxes for any given class.
In the MONAI API link above, would it support my predictions and ground truths? Since, it looks more focussed towards the CAMELYON challenge format, as the challenge doesn't seem to have bounding box based outputs.
If anyone used this FROC API for bounding box based evaluation, please let me know how you did so. Since there is no explicit way to define IoU threshold values and bounding box confidence thresholds, etc.
Beta Was this translation helpful? Give feedback.
All reactions