Contributing Guide
The repo has five main extension surfaces:
- trackers under
boxmot/trackers - native C++ sources under
boxmot/native/cpp/trackersand Python bindings underboxmot/native/trackers - configs under
boxmot/configs - generic workflow internals under
boxmot/engineand public Python API entrypoints underboxmot/api - reusable ReID backbones, backends, datasets, training, and exporters under
boxmot/reid, with CLI/workflow orchestration underboxmot/engine/reid