Skip to content

trackforge / trackers


Module trackers

Implementation of various multi-object tracking (MOT) algorithms.

This module contains the core tracking logic for algorithms like ByteTrack, SORT, and DeepSORT.

Quick Reference

Item Kind Description
byte_track mod # ByteTrack
deepsort mod DeepSORT (Simple Online and Realtime Tracking with a Deep Association Metric) implementation.
sort mod # SORT: Simple Online and Realtime Tracking

Modules

  • byte_track — # ByteTrack
  • deepsort — DeepSORT (Simple Online and Realtime Tracking with a Deep Association Metric) implementation.
  • sort — # SORT: Simple Online and Realtime Tracking