megvii-research / Iter-E2EDET

Official implementation of the paper "Progressive End-to-End Object Detection in Crowded Scenes"
MIT License
88 stars 8 forks source link

Difference between mAP #9

Closed scmyf closed 2 years ago

scmyf commented 2 years ago

Hi, I have a question. The mAP obtained by using the test program that comes with the Detectron2 framework is different from the mAP obtained by Eval_result.py. Which mAP do you use as the final result?

yexiguafuqihao commented 2 years ago

We use mAP from the Eval_result.py.