Skip to content

Index

Trackforge logo

Trackforge is a unified, high-performance computer vision tracking library built with Rust and exposed to Python. It implements state-of-the-art algorithms like ByteTrack with generic Kalman Filters.

Features

  • 🚀 High Performance: Written in Rust for maximum speed and memory safety.
  • 🐍 Python Bindings: Seamless integration with the Python ecosystem via PyO3.
  • 👁️ Computer Vision Ready: Designed for real-time tracking tasks.
  • 🛠️ Unified API: Consistent interface for various tracking algorithms.

Quick Start

Installation

pip install trackforge

Usage

import trackforge

# Example usage (update with actual API)
tracker = trackforge.ByteTrack()

Documentation