User Guide Overview¶
Product Surface¶
The repository provides two user-facing UIs:
- HYDRA GUI (
hydra): multi-animal tracking from video to cleaned trajectories. - PoseKit Labeler (
posekit-labeler): pose annotation and dataset workflow.
High-Level Flow¶
- Configure environment and launch app.
- Run detection/tracking or annotation workflow.
- Validate outputs and quality metrics.
- Export final files for downstream training/analysis.
Choose the Right Tool¶
- Use MAT for position/orientation tracking and trajectory analysis.
- Use PoseKit for keypoint annotation, pose inference loops, and pose dataset prep.
Reading This Guide¶
- If you are new: start with
workflow.md. - If you are tuning quality/speed: read
detection-modes.md,tracking-and-merging.md, andpost-processing.md. - If you need exact parameter meaning: use
configuration-reference.md.