Is there a way to rapidly calculate the mAP for each image? #1073
Unanswered
istranic
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
-
Hi,
I'd like to log the mAP for each image in my object detection dataset, and as far as I can tell, the only way to do that is to run
metric(preds, target)
after each image. This is very slow, so I'm wondering if there's a way formetric.compute()
to return metrics per image without having to call it individually for each image?Beta Was this translation helpful? Give feedback.
All reactions