From c4f23e362eaf433a601e098325d2d5a3ab9b1570 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 14 Aug 2019 15:08:44 +0200 Subject: [PATCH] updates --- README.md | 32 ++++++-------------------------- 1 file changed, 6 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index cec2d696..83f6de00 100755 --- a/README.md +++ b/README.md @@ -132,33 +132,13 @@ Success: converted 'weights/yolov3-spp.pt' to 'converted.weights' - `test.py --weights weights/best.pt` tests best checkpoint. - Compare to darknet published results https://arxiv.org/abs/1804.02767. - - | [ultralytics/yolov3](https://github.com/ultralytics/yolov3) | [darknet](https://arxiv.org/abs/1804.02767) ---- | --- | --- -`YOLOv3 320` | 51.8 | 51.5 -`YOLOv3 416` | 55.4 | 55.3 -`YOLOv3 608` | 58.2 | 57.9 -`YOLOv3-spp 320` | 52.4 | - -`YOLOv3-spp 416` | 56.5 | - -`YOLOv3-spp 608` | 60.7 | 60.6 + | 320 | 416 | 608 +--- | --- | --- | --- +`YOLOv3` | 51.8 (51.5) | 55.4 (55.3) | 58.2 (57.9) +`YOLOv3-SPP` | 52.4 | 56.5 | 60.7 (60.6) +`YOLOv3-tiny` | 29.0 | 32.9 (33.1) | 35.5 ``` bash # install pycocotools