A unified library for object tracking featuring clean room re-implementations of leading multi-object tracking algorithms. Current version: 2.4.0. Release cadence: irregular, with occasional major updates.
pip install trackersNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a tracker and update with detections (list of lists).
Use 'from trackers import BotSort' instead of 'from trackers.botsort import BotSort'.
Convert your detections to a list of lists before calling update().
Remove the 'verbose' parameter and configure Python logging separately.
No dependency data recorded yet.