PyTorch-YOLOv3
PyTorch-YOLOv3 copied to clipboard
reproduce the mAP in readme
How specifically can I reproduce the mAP results mentioned in readme?
I have run test.py using the weights from the original darnet but only got mAP of 0.5145. How can I get mAP around 55? What's the mAP using the weights trained by this implementation?
Thanks.
Same, waiting for answer
waiting for answer
I meet the same problem, waitting the answer. The #164 has some disscusion.
@SWHL I changed the batchsize intest.py and change the cfg.file(batch=1,subdivisions=1),but it didn't work.I also get 51.45.
Can you help us?@eriklindernoren
Any pointers on this @eriklindernoren ?
Same mAP: 0.5145
Same mAP: 0.5145
same mAP: 0.5145
same mAP: 0.5145
There is a bug in reading Detection label and larger batch makes the problem worse. See https://github.com/eriklindernoren/PyTorch-YOLOv3/issues/243