Contributing Guide

May 1, 2026 ยท View on GitHub

The repo has three main extension surfaces:

  • trackers under boxmot/trackers
  • native tracker backends under boxmot/native/trackers and boxmot/native
  • configs under boxmot/configs
  • workflow and public API code under boxmot/engine and boxmot/api.py

Where to start

  • Add a Tracker
  • Add OBB Support
  • Add Configs and Benchmarks
  • Testing
  • CI and Benchmarks