Quickstart (MAT)¶
Launch¶
The main window opens maximized and exposes the tabbed workflow.
Minimal End-to-End Run¶
- Setup tab:
- Select input video.
- Select CSV output path.
- Optionally choose video output path.
- Detection tab:
- Choose
background_subtractionfor moving animals on stable backgrounds. - Choose
yolo_obbfor harder scenes or stationary animals. - Tracking tab:
- Set
MAX_TARGETS. - Keep defaults first for Kalman and assignment.
- Processing tab:
- Keep post-processing enabled.
- Choose interpolation only if short gaps are expected.
- Click Start Tracking.
Important First-Run Checks¶
- ROI is set correctly.
reference_body_sizeis realistic.- Detection preview shows one detection per target on representative frames.
Outputs¶
- Main CSV trajectory file
- Optional forward/backward/intermediate outputs
- Optional rendered output video
- Optional detection cache (
.npz) when caching is enabled
Need to Correct Missed Detections?¶
For frame-by-frame correction and adding missed animals with X-AnyLabeling (SAM2, SAM3, manual segmentation, or OBB), see Integrations.