Update README.md
Browse files
README.md
CHANGED
@@ -14,10 +14,21 @@ pipeline_tag: object-detection
|
|
14 |
library_name: ultralytics
|
15 |
license: agpl-3.0
|
16 |
metrics:
|
17 |
-
-
|
18 |
-
-
|
19 |
- mAP50: 0.937
|
20 |
- mAP50-95: 0.852
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
# Yolo11n Fish Detector | Grayscale
|
23 |
|
|
|
14 |
library_name: ultralytics
|
15 |
license: agpl-3.0
|
16 |
metrics:
|
17 |
+
- precision: 0.885
|
18 |
+
- recall: 0.861
|
19 |
- mAP50: 0.937
|
20 |
- mAP50-95: 0.852
|
21 |
+
model-index:
|
22 |
+
- name: yolo11-fish-detector-grayscale
|
23 |
+
results:
|
24 |
+
- task:
|
25 |
+
type: object-detection
|
26 |
+
dataset:
|
27 |
+
type: akridge/MOUSS_fish_imagery_dataset_grayscale_small
|
28 |
+
name: MOUSS_fish_imagery_dataset_grayscale_small
|
29 |
+
metrics:
|
30 |
+
- type: precision
|
31 |
+
value: 0.885
|
32 |
---
|
33 |
# Yolo11n Fish Detector | Grayscale
|
34 |
|