Computer Vision Team

We combine YOLOv5 detections with Kalman and Extended Kalman Filters in a dual-path pipeline for robust deer tracking.
Detects deer bounding boxes each frame, providing the raw measurements for tracking.
Assumes constant velocity to predict and smooth positions over time, reducing jitter.
Incorporates camera rotation and non-linear motion; matches detections via Mahalanobis distance.
Deer detection is the upstream gateway to deterrence. If we can’t see them, we can’t scare them away. On our held-out test set, YOLOv5 hit 92 % average accuracy.
Metric | Value |
---|---|
mAP@0.5 | 0.693 |
Best F1 (th=0.34) | 0.69 |
Max Recall | 0.86 |
True-Positive Rate | 0.69 |
False-Positive Rate | 0.00 |