mAP - Ignoring false positives? #1753
Unanswered
ChristofferEdlund
asked this question in
CompVision
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey.
When exploring torch metrics mAP we noticed that passing a GT with one box and a prediction with multiple boxes the mAP metric seem to ignore the false positives when calculating precision.
Is this the sought behavior of the mAP metric or am I employing it wrong?
(See image for example)
Code to reproduce:
output:
Beta Was this translation helpful? Give feedback.
All reactions