You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ You can install and use `trackers` in a [**Python>=3.10**](https://www.python.or
61
61
62
62
## Tracking Algorithms
63
63
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.
Copy file name to clipboardExpand all lines: docs/trackers/comparison.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Tracker Comparison
2
2
3
-
This page shows head-to-head performance of SORTand 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.
4
4
5
5
## [MOT17](https://arxiv.org/abs/1603.00831)
6
6
@@ -9,6 +9,7 @@ Pedestrian tracking with crowded scenes and frequent occlusions. Strongly tests
0 commit comments