Extending Detection¶
Main Extension Surface¶
hydra_suite.core.detectors.engine
Recommended Pattern¶
- Add detector class with
detect_objects-compatible output shape. - Register selection logic in factory/creation path.
- Keep measurement format consistent with assignment and Kalman expectations.
- Update user-facing options/documentation for new mode.
Validation Checklist¶
- Produces stable center/orientation estimates.
- Handles empty/noisy frames gracefully.
- Works with existing tracking/post-processing without schema changes.