Add Configs and Benchmarks
Config additions should follow the existing split:
datasets/for dataset factsbenchmarks/for dataset + detector + ReID selectiondetectors/for detector profilesreid/for ReID profilestrackers/for tracker defaults and tuning spaces
Common change sets
Adding a new benchmark usually means:
- add a dataset YAML
- add a benchmark YAML
- confirm detector and ReID profiles already exist or add them
- update docs if the benchmark becomes a documented workflow
Adding a tuned tracker usually means:
- update the tracker YAML
- validate
track,eval, andtune - document any new behavior or defaults