Skip to content

Commit

Permalink
Merge pull request #1858 from mikel-brostrom/update-tracker-results-2…
Browse files Browse the repository at this point in the history
…0250311135607

Overwrite tracker results in README.md
  • Loading branch information
mikel-brostrom authored Mar 11, 2025
2 parents 98945aa + 6f42fcb commit a9d9ffe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ This repo contains a collections of pluggable state-of-the-art multi-object trac
<!-- START TRACKER TABLE -->
| Tracker | Status | HOTA↑ | MOTA↑ | IDF1↑ | FPS |
| :-----: | :-----: | :---: | :---: | :---: | :---: |
| [botsort](https://arxiv.org/abs/2206.14651) || 68.504 | 77.165 | 80.986 | 46 |
| [strongsort](https://arxiv.org/abs/2202.13514) || 68.329 | 76.348 | 81.206 | 17 |
| [bytetrack](https://arxiv.org/abs/2110.06864) || 66.536 | 76.909 | 77.855 | 1265 |
| [ocsort](https://arxiv.org/abs/2203.14360) || 65.187 | 74.819 | 75.957 | 1483 |
| [imprassoc](https://openaccess.thecvf.com/content/CVPR2023W/E2EAD/papers/Stadler_An_Improved_Association_Pipeline_for_Multi-Person_Tracking_CVPRW_2023_paper.pdf) || 64.096 | 76.511 | 71.875 | 26 |
| [deepocsort](https://arxiv.org/abs/2302.11813) || 62.913 | 74.483 | 73.459 | 12 |
| [hybridsort](https://arxiv.org/abs/2308.00783) | | | | | |
| [boosttrack](https://arxiv.org/abs/2408.13003) || 68.649 | 76.042 | 81.923 | 25 |
| [botsort](https://arxiv.org/abs/2206.14651) || 68.251 | 78.328 | 80.622 | 46 |
| [bytetrack](https://arxiv.org/abs/2110.06864) || 67.619 | 78.081 | 79.188 | 1265 |
| [strongsort](https://arxiv.org/abs/2202.13514) || 67.394 | 76.413 | 79.017 | 17 |
| [deepocsort](https://arxiv.org/abs/2302.11813) || 67.348 | 75.832 | 79.584 | 12 |
| [ocsort](https://arxiv.org/abs/2203.14360) || 66.441 | 74.546 | 77.892 | 1483 |
| [imprassoc](https://openaccess.thecvf.com/content/CVPR2023W/E2EAD/papers/Stadler_An_Improved_Association_Pipeline_for_Multi-Person_Tracking_CVPRW_2023_paper.pdf) | | 63.699 | 76.407 | 70.837 | 26 |

<!-- END TRACKER TABLE -->

Expand Down

0 comments on commit a9d9ffe

Please sign in to comment.