Skip to content

Commit 19d4104

Browse files
committed
Update tracker comparison docs, README table, and
index description
1 parent 5b5a42c commit 19d4104

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Clean, modular implementations of leading trackers. See the [tracker comparison]
107107
| Algorithm | MOT17 | SportsMOT | SoccerNet |
108108
| :-------------------------------------------: | :------: | :-------: | :-------: |
109109
| [SORT](https://arxiv.org/abs/1602.00763) | 58.4 | 70.9 | 81.6 |
110-
| [ByteTrack](https://arxiv.org/abs/2110.06864) | **60.1** | **73.0** | **84.0** |
111-
| [OC-SORT](https://arxiv.org/abs/2203.14360) | | | |
110+
| [ByteTrack](https://arxiv.org/abs/2110.06864) | 60.1 | **73.0** | **84.0** |
111+
| [OC-SORT](https://arxiv.org/abs/2203.14360) | **61.9** | 71.5 | 78.6 |
112112
| [BoT-SORT](https://arxiv.org/abs/2206.14651) ||||
113113
| [McByte](https://arxiv.org/abs/2506.01373) ||||
114114

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can install and use `trackers` in a [**Python>=3.10**](https://www.python.or
6161

6262
## Tracking Algorithms
6363

64-
`trackers` gives you clean, modular re-implementations of leading multi-object tracking algorithms. The package currently supports [SORT](https://arxiv.org/abs/1602.00763), [ByteTrack](https://arxiv.org/abs/2110.06864), and [OC-SORT](https://arxiv.org/abs/2203.14360). [BoT-SORT](https://arxiv.org/abs/2206.14651) and [McByte](https://arxiv.org/abs/2506.01373) support is coming soon. For comparisons, see the [tracker comparison](trackers/comparison.md) page.
64+
Clean, modular implementations of leading trackers. For comparisons, see the [tracker comparison](trackers/comparison.md) page.
6565

6666
| Algorithm | MOT17 HOTA | SportsMOT HOTA | SoccerNet HOTA |
6767
| :-------: | :--------: | :------------: | :------------: |

docs/trackers/comparison.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tracker Comparison
22

3-
This page shows head-to-head performance of SORT and ByteTrack on standard MOT benchmarks.
3+
This page shows head-to-head performance of SORT, ByteTrack, and OC-SORT on standard MOT benchmarks. All results come from benchmarking our current implementation of each tracker with default parameters.
44

55
## [MOT17](https://arxiv.org/abs/1603.00831)
66

@@ -9,6 +9,7 @@ Pedestrian tracking with crowded scenes and frequent occlusions. Strongly tests
99
<video width="100%" controls autoplay muted loop>
1010
<source src="https://storage.googleapis.com/com-roboflow-marketing/trackers/docs/datasets/MOT17_MOT17-04-DPM-1280x720.mp4" type="video/mp4">
1111
</video>
12+
<p align="center" style="margin-top: -0.4em;"><small>Visualization of ground-truth annotations for MOT17.</small></p>
1213

1314
| Tracker | HOTA | IDF1 | MOTA |
1415
| :-------: | :------: | :------: | :------: |
@@ -23,6 +24,7 @@ Sports broadcast tracking with fast motion, camera pans, and similar-looking tar
2324
<video width="100%" controls autoplay muted loop>
2425
<source src="https://storage.googleapis.com/com-roboflow-marketing/trackers/docs/datasets/SportsMOT_v_-6Os86HzwCs_c001-1280x720.mp4" type="video/mp4">
2526
</video>
27+
<p align="center" style="margin-top: -0.4em;"><small>Visualization of ground-truth annotations for SportsMOT.</small></p>
2628

2729
| Tracker | HOTA | IDF1 | MOTA |
2830
| :-------: | :------: | :------: | :------: |
@@ -37,6 +39,7 @@ Long sequences with dense interactions and partial occlusions. Tests long-term I
3739
<video width="100%" controls autoplay muted loop>
3840
<source src="https://storage.googleapis.com/com-roboflow-marketing/trackers/docs/datasets/SoccerNet-tracking_SNMOT-060-1280x720.mp4" type="video/mp4">
3941
</video>
42+
<p align="center" style="margin-top: -0.4em;"><small>Visualization of ground-truth annotations for SoccerNet.</small></p>
4043

4144
| Tracker | HOTA | IDF1 | MOTA |
4245
| :-------: | :------: | :------: | :------: |
@@ -51,6 +54,7 @@ Group dancing tracking with uniform appearance, diverse motions, and extreme art
5154
<video width="100%" controls autoplay muted loop>
5255
<source src="https://storage.googleapis.com/com-roboflow-marketing/trackers/docs/datasets/DanceTrack_dancetrack0052-1280x720.mp4" type="video/mp4">
5356
</video>
57+
<p align="center" style="margin-top: -0.4em;"><small>Visualization of ground-truth annotations for DanceTrack.</small></p>
5458

5559
| Tracker | HOTA | IDF1 | MOTA |
5660
| :-------: | :------: | :------: | :------: |

0 commit comments

Comments
 (0)