cuiziteng/ICCV_MAET

AP and mAP calculation details

gouthamkallempudi opened this issue · 1 comments

Thanks for the amazing paper and implementation details.

I am a bit confused about the average precision (AP) and (mAP) calculations for ExDark dataset in the table - 3.
Is it calculated at IoU 0.5 ? or is it the average of all IoU's from 0.5 to 0.95?

Hello, thanks for interest in our paper, it's mAP 0.5, please refer to code here: https://github.com/cuiziteng/ICCV_MAET/blob/master/mmdet/datasets/Exdark.py, the EXDark metric is same as VOC dataset.