Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
# 🐾 Wildlife Detector (Detectron2)
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- object-detection
|
| 5 |
+
- detectron2
|
| 6 |
+
- wildlife
|
| 7 |
+
- computer-vision
|
| 8 |
+
- pytorch
|
| 9 |
+
- bounding-box
|
| 10 |
+
model-index:
|
| 11 |
+
- name: Wildlife Detector (Detectron2)
|
| 12 |
+
results:
|
| 13 |
+
- task:
|
| 14 |
+
name: Object Detection
|
| 15 |
+
type: object-detection
|
| 16 |
+
dataset:
|
| 17 |
+
name: Wildlife Custom Dataset
|
| 18 |
+
type: custom
|
| 19 |
+
metrics:
|
| 20 |
+
- name: AP (IoU=0.50:0.95)
|
| 21 |
+
type: mean_average_precision
|
| 22 |
+
value: 70.0
|
| 23 |
+
- name: AP50
|
| 24 |
+
type: mean_average_precision
|
| 25 |
+
value: 97.8
|
| 26 |
+
- name: AP75
|
| 27 |
+
type: mean_average_precision
|
| 28 |
+
value: 84.3
|
| 29 |
+
- name: APs (Small Objects)
|
| 30 |
+
type: mean_average_precision
|
| 31 |
+
value: 10.2
|
| 32 |
+
- name: APm (Medium Objects)
|
| 33 |
+
type: mean_average_precision
|
| 34 |
+
value: 54.0
|
| 35 |
+
- name: APl (Large Objects)
|
| 36 |
+
type: mean_average_precision
|
| 37 |
+
value: 70.8
|
| 38 |
+
---
|
| 39 |
|
| 40 |
# 🐾 Wildlife Detector (Detectron2)
|
| 41 |
|