abewley/sort
Simple, online, and realtime tracking of multiple objects in a video sequence. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3864
- days_rel: n/a
- days_push: 1009
- n_releases_24m: 0
Adoption not part of the score
4373 stars · 1128 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
SORT is a barebones Python implementation of a simple online and realtime multiple object tracking algorithm for 2D video sequences, based on Kalman filtering and data association. It serves as a baseline and testbed for developing future trackers and was the top open-source tracker on the MOT benchmark at publication.
Use cases
- track multiple objects in a video in realtime
- assign consistent identities to detections across frames
- baseline multiple object tracker for research
- run tracking on MOT benchmark sequences
- online tracking using only past and current frames
When to choose
- you need a fast, simple, realtime online tracker as a baseline
- you want a lightweight Kalman-filter-based tracker to extend or compare against
- you're working with MOT benchmark data and provided detections
When to avoid
- you need occlusion handling or re-identification of lost objects (use Deep SORT instead)
- you need a production-grade tracker with permissive licensing (it's GPL-3.0)
- you need built-in object detection (it relies on external detectors)
Facets
library · maturity maintenance
computer-vision image-processing machine-learning computer-vision machine-learning python cross-platform multiple-object-tracking kalman-filter hungarian-algorithm realtime-tracking mot-benchmark research-code video
1 source
- readme: https://github.com/abewley/sort · fetched 2026-08-28 · 6f0aae1dcd4a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| abewley/sort | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem