| Model | Params (M) | mAR (Animal class) | mAP@50 (all classes) |
|---|---|---|---|
| MegaDetectorV6-YOLOv10-Compact | 2.3 | 76.8 | 87.2 |
Animal Recall is included as a primary performance metric, even though it is not commonly used in traditional object detection studies, which typically focus on balancing overall model performance. For MegaDetector, the goal is to optimize for animal recall—in other words, minimizing false negative detections of animals or, more simply, ensuring the model misses as few animals as possible. While this may result in a higher false positive rate, authors rely on downstream classification models to further filter the detected objects. Authors believe this approach is more practical for real-world animal monitoring scenarios.[1, 3, 288, 512] • Output shapes: [[1, 8, 36, 64], [1, 8, 18, 32], [1, 8, 9, 16]]2.266 • GFLOPs: 1.392| Platform | Precision | Throughput (infs/sec) | Power Consumption (W) |
|---|---|---|---|
| RVC2 | FP16 | 29.87 | N/A |
| RVC4 | FP16 | 604.10 | 3.88 |
pip install depthai
model_description = dai.NNModelDescription(
"luxonis/wildlife-megadetector:mdv6-yolov10-c"
)
nn = pipeline.create(dai.node.DetectionNetwork).build(
<CameraNode>, model_description
)
while pipeline.isRuning():
nn_output: dai.ImgDetections = parser_output_queue.get()
python3 main.py \
--model luxonis/wildlife-megadetector:mdv6-yolov10-c
YOLOv10 based animal detector. | |
License | GNU Affero General Public License v3.0 Commercial use |
Downloads | 2044 |
Tasks | Object Detection |
Model Types | ONNX PYTORCH |
| Name | Version | Available For | Created At | Deploy |
|---|---|---|---|---|
| RVC2, RVC4 | 11 months ago |