What is the difference between val/mAP_50 and val/bbox_mAP_50? #9168
-
They seem different. And what is the difference of bbox and proposal in evaluation? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
|
Beta Was this translation helpful? Give feedback.
-
bbox_mAP_50 indicates the mAP for bboxes especially. There are also segm_mAP_50 for instance segmentation. |
Beta Was this translation helpful? Give feedback.
-
what do you usually use for the publications? |
Beta Was this translation helpful? Give feedback.
-
between mAP_50 and bbox_mAP_50 and why? |
Beta Was this translation helpful? Give feedback.
-
the result of bbox is two stage's performance, while that of proposal is RPN's performance.
…---Original---
From: "James-Andrew R. ***@***.***>
Date: Wed, Jun 29, 2022 16:14 PM
To: ***@***.***>;
Cc: ***@***.***>;
Subject: [open-mmlab/mmdetection] What is the difference between val/mAP_50and val/bbox_mAP_50? (Issue #8280)
They seem different. And what is the difference of bbox and proposal in evaluation?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
For publications, we usually use box mAP, which is more strict than map_50(AP at iou 0.5). |
Beta Was this translation helpful? Give feedback.
For publications, we usually use box mAP, which is more strict than map_50(AP at iou 0.5).