microsoft/MegaDetector megadetector-v6.0
microsoft/MegaDetector
Captured source
source ↗published May 13, 2026seen 5dcaptured 12hhttp 200method plain
MegaDetector V6
Repository: microsoft/MegaDetector
Tag: megadetector-v6.0
Published: 2026-05-13T18:48:44Z
Prerelease: no
Release notes:
MegaDetector V6
The latest release focuses on efficiency, modern architectures, and licensing flexibility — smaller, faster, better.
Highlights
- 50x smaller — the compact YOLOv10 variant has 2.3M parameters (2% of V5's 139.9M) with comparable accuracy
- Multiple architectures — YOLOv9, YOLOv10, and RT-DETR variants; pick the one that fits your hardware
- Permissive licenses — MIT and Apache-2.0 options alongside AGPL-3.0
- Ongoing fine-tuning — V6 models are continuously fine-tuned on newly collected public and private data
Quick Start
pip install PytorchWildlife
from PytorchWildlife.models import detection as pw_detection
model = pw_detection.MegaDetectorV6()
results = model.single_image_detection("path/to/image.jpg")Resources
MegaDetector is part of the microsoft/Biodiversity ecosystem and invoked through PyTorch Wildlife.
Notability
notability 6.0/10Notable version release for wildlife AI.