trackforge 0.1.9

A unified, high-performance computer vision tracking library.
Documentation
1
2
3
4
5
6
7
//! Implementation of various multi-object tracking (MOT) algorithms.
//!
//! This module contains the core tracking logic for algorithms like ByteTrack, SORT, and DeepSORT.

pub mod byte_track;
pub mod deepsort;
pub mod sort;