Config System Overview
BoxMOT uses YAML configuration files to keep benchmark workflows repeatable across the CLI and Python API.
Config families
modes.yamlfor shared defaults acrosstrack,generate,eval,tune,research, andexportbenchmarks/for thin benchmark bundlesdatasets/for dataset metadata and evaluation layoutdetectors/for detector profiles and family defaultsreid/for ReID profilestrackers/for tracker runtime defaults and tuning ranges
Why it matters
This layout lets commands such as:
resolve detector, ReID, and dataset defaults without forcing you to repeat the same paths for every run.