wjn922 / ReferFormer

[CVPR2022] Official Implementation of ReferFormer
Apache License 2.0
320 stars 25 forks source link

Evaluation issue on A2D-Sentences #39

Open wudongming97 opened 1 year ago

wudongming97 commented 1 year ago

Hi,

I think the mAP calculation on A2D-Sentences in this repo has an issue.

When evaluating the model on A2D-Sentences, the five (that is num_queries) predictions per frame are saved to calculate mAP (55.0 mAP on Video Swin-B). But saving all predictions is unreasonable as only the best-score prediction is the referring object mask. I save the best-score prediction that only has ~51.9 mAP.

wjn922 commented 1 year ago

Thanks. We will check the evaluation later.
Before that, we will keep the issue open.