Add Catalog Entries and Experiments
Config additions should follow the existing split:
boxmot/configs/datasets/for dataset factsboxmot/configs/artifacts/for public and precomputed databoxmot/configs/experiments/for dataset + detector + ReID compositionboxmot/configs/detectors/for detector profilesboxmot/configs/reid/for runtime ReID profilesboxmot/configs/trackers/<tracker>.yamlfor tracker defaults and tuning metadataboxmot/configs/trackers/presets/for tuned overrides
Common change sets
Adding a new dataset/experiment combination usually means:
- add a dataset YAML
- add an experiment YAML
- confirm detector and ReID profiles already exist or add them
- use unique kebab-case IDs and portable repository-relative paths
- update docs if the experiment becomes a documented workflow
Adding a tuned tracker usually means:
- add or update a scalar preset without changing the tracker defaults
- validate
track,eval, andtune - document any new behavior or defaults
Tracker YAML files use the combined runtime/search schema. Each parameter entry
declares a scalar default plus tuning metadata such as type, range,
options, or conditional activates. Presets under presets/ are scalar
overlays and should identify their target tracker.
Validate catalog and tracker-config changes with: