WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.99k stars 517 forks source link

how to reproduce yolor-d6-paper-573.pt? #239

Closed aliencaocao closed 2 years ago

aliencaocao commented 2 years ago

I downloaded this checkpoint and ran inference usingpython test.py --img 1280 --batch 16 --conf 0.001 --iou 0.65 --device 0 --data data/coco.yaml --weights yolor-d6-paper-573.pt --name yolor_d6_val --verbose but can only get 55.8 mAP on coco2017 val. How to reproduce 57.3?

               Class      Images     Targets           P           R      mAP@.5  mAP@.5:.95: 100%|█| 313/313 [03:44<00
                 all       5e+03    3.63e+04       0.488       0.812       0.743       0.558
Splendon commented 2 years ago

Map 57.3 is running on test-dev2017, not coco2017 val.