AP and mAP calculation details
gouthamkallempudi opened this issue · 1 comments
gouthamkallempudi commented
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?
cuiziteng commented
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.