alibaba / lightweight-neural-architecture-search

This is a collection of our zero-cost NAS and efficient vision applications.
Apache License 2.0
371 stars 49 forks source link

Is the reported mAP iou=0.5 or iou=0.5:0.95 #3

Closed jsrimr closed 1 year ago

jsrimr commented 1 year ago

I want to compare the MAE-DET model with YoloV5, but cannot find whether the MAE-DET use threshold 0.5 or 0.5:0.95 to compute mAP.

Vericoware commented 1 year ago

We used threshold 0.5:0.95 to compute mAP, which follows the implementation of GFV2 (https://github.com/implus/GFocalV2).