UWyo/wildlife-river-otter
07
Model Card — North American River Otter (Lontra canadensis)
Single-class detection model for North American River Otter, fine-tuned from the Ultralytics YOLO26s backbone (pretrained on COCO).
Model file: yolo26s_finetuned_river_otter_by_J.Gong_uwyo_2026-05-28.pt
Training Details
Dataset
Images sourced from iNaturalist (research-grade observations). Bounding boxes generated by MegaDetector v5a (confidence ≥ 0.15). Split 80 / 10 / 10 train / val / test.
Performance
Evaluated on the held-out validation set (best checkpoint).
Usage
from ultralytics import YOLO
model = YOLO("models/river_otter/yolo26s_finetuned_river_otter_by_J.Gong_uwyo_2026-05-28.pt")
results = model.predict("image.jpg", conf=0.25)