Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YOLOv5 v5.0 release compatibility update for YOLOv3 #1737

Merged
merged 6 commits into from
Apr 12, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README
glenn-jocher committed Apr 12, 2021
commit 6d49c87fe320c5344ecd0b63209a00a08ff2e5e8
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -35,15 +35,16 @@ $ git clone https://github.com/ultralytics/yolov3 -b archive # archive branch

## Pretrained Checkpoints

[assets]: https://github.com/ultralytics/yolov3/releases
[assets3]: https://github.com/ultralytics/yolov3/releases
[assets5]: https://github.com/ultralytics/yolov5/releases

Model |size<br><sup>(pixels) |mAP<sup>val<br>0.5:0.95 |mAP<sup>test<br>0.5:0.95 |mAP<sup>val<br>0.5 |Speed<br><sup>V100 (ms) | |params<br><sup>(M) |FLOPS<br><sup>640 (B)
--- |--- |--- |--- |--- |--- |---|--- |---
[YOLOv3-tiny][assets]|640 |17.6 |17.6 |34.9 |**1.7** | |8.9 |13.3
[YOLOv3][assets] |640 |43.3 |43.3 |63.0 |4.8 | |61.9 |156.4
[YOLOv3-SPP][assets] |640 |44.3 |44.3 |64.6 |4.9 | |63.0 |157.0
--- |--- |--- |--- |--- |--- |---|--- |---
[YOLOv3-tiny][assets3] |640 |17.6 |17.6 |34.8 |**1.7** | |8.8 |13.2
[YOLOv3][assets3] |640 |43.3 |43.3 |63.0 |4.8 | |61.9 |156.3
[YOLOv3-SPP][assets3] |640 |44.3 |44.3 |64.6 |4.9 | |63.0 |157.1
| | | | | | || |
[YOLOv5l][assets] |640 |**48.2** |**48.2** |**66.9** |3.8 | |47.0 |115.4
[YOLOv5l][assets5] |640 |**48.2** |**48.2** |**66.9** |3.8 | |47.0 |115.4


<details>