Skip to content

Usage

BoxMOT supports three main entry points:

Entry point Use it when Start here
CLI You want one command per workflow from the terminal CLI
Python You want BoxMOT embedded in an application or notebook Python
YAML configs You want repeatable benchmark workflows and shared defaults Configuration

What stays shared

The CLI and Python facade both resolve defaults from the same config system under boxmot/configs, so detector, ReID, tracker, and benchmark defaults stay aligned across interfaces.

Typical progression

  1. Start with Quickstart.
  2. Pick a workflow in Modes Overview.
  3. Use CLI or Python depending on your integration path.
  4. Move into Configuration when you need repeatable benchmark runs.