This commit is contained in:
Glenn Jocher 2018-08-26 11:39:43 +02:00
parent 55d63fe939
commit ef84864251
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Checkpoints will be saved in `/checkpoints` directory. Run `detect.py` to apply
# Testing # Testing
Run `test.py` to test the latest checkpoint on the 5000 validation images. Joseph Redmon's official YOLOv3 weights produce a mAP of .581 using this method, compared to .579 in his paper. Run `test.py` to test the latest checkpoint on the 5000 validation images. Joseph Redmon's official YOLOv3 weights produce a mAP of .581 using this PyTorch implementation, compared to .579 in darknet (https://arxiv.org/abs/1804.02767).
# Contact # Contact