What do the various metrics for MAP metric mean? #1700
Replies: 1 comment
-
Okay so it seems like By default, it seems like the following IoU values are used as thresholds So, if the object detection model is able to predict the bounding boxes but with a lower IoU (say 0.6), it would penalize the If you want to compute the |
Beta Was this translation helpful? Give feedback.
-
On https://torchmetrics.readthedocs.io/en/stable/detection/mean_average_precision.html there are a bunch of metrics reported such as
map_small
,map_medium
,map_large
. Is there any place where the interpretation of these reported metrics is explained?Also, is there any additional documentation around the meaning, interpretation, and use of the following options:
max_detection_thresholds
iou_thresholds
rec_thresholds
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions