Tracker YAMLs
Tracker configs live under boxmot/configs/trackers.
Role
The filename matches the tracker name used from the CLI:
--tracker bytetrackloadsboxmot/configs/trackers/bytetrack.yaml--tracker boosttrackloadsboxmot/configs/trackers/boosttrack.yaml
Runtime vs tuning
Tracker YAMLs are used in two ways:
trackandevalread each parameter'sdefaulttunereads search-space metadata such astype,range, andoptions
Example schema
track_thresh:
type: uniform
default: 0.6
range: [0.4, 0.7]
track_buffer:
type: qrandint
default: 30
range: [10, 61, 10]
There is no separate --tracker-config flag. The tracker name is the selector.