# SORT Tracker

> Source: https://sukruyusufkaya.com/en/glossary/sort-tracker
> Updated: 2026-05-13T20:00:13.132Z
> Type: glossary
> Category: bilgisayarli-goru
**TLDR:** A lightweight system that performs fast multi-object tracking by combining Kalman filtering with Hungarian assignment.

<p>SORT is one of the classic systems representing the balance between simplicity and speed in multi-object tracking. Even without strong appearance modeling, it builds an effective baseline tracking pipeline using motion and box information. It remains instructive and practically useful because it provides low-latency and understandable behavior in real-time systems.</p>