PyTorch-YOLOv3 icon indicating copy to clipboard operation
PyTorch-YOLOv3 copied to clipboard

Lower mAP on custom dataset, with comparison

Open scaramouche88 opened this issue 4 years ago • 0 comments

Hi @eriklindernoren , I'm training with a custom dataset (1 class, 2900 images for train, 900 for evaluation). With another repo of Yolov3 (this one) I get an mAP of 76%. With the same config (as it should be), with this repo I arrive to 55%. Adapting the config (longer training), I reach 63%.

However if I test, as suggested in the Readme, with test.py I have a difference of 3% in mAP on COCO (52.6% vs 55.5% reported).

From where such discrepancy might come from?

scaramouche88 avatar Apr 02 '20 14:04 scaramouche88