add metrics
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Model Card for YOLOv8n Rubber Duck Detection
|
2 |
|
3 |
This model is a fine-tuned version of YOLOv8n specifically optimized for rubber duck detection. It was developed after inspiration to improve rubber duck detection on a course setup for the [HackerBot Industries HB 0x01 hackathon](https://www.hackerbot.co/) with the specific goal of detecting coordinates for rubber ducks in live video feeds.
|
@@ -109,5 +144,4 @@ Carbon Emitted: 0.5 kg of CO2eq
|
|
109 |
- Model training
|
110 |
|
111 |
## Model Card Contact
|
112 |
-
For more information about this model, please contact the Brain Wave Collective. You may reach [Daniel by email](https://brainwavecollective.ai/~email-daniel?utm_source=hf&utm_campaign=duckcard) or use the [website form](https://brainwavecollective.ai/~form?utm_source=hf&utm_campaign=duckcard).
|
113 |
-
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- yolov8n
|
5 |
+
- object-detection
|
6 |
+
- computer-vision
|
7 |
+
- rubber-duck-detection
|
8 |
+
- hackathon
|
9 |
+
library_name: yolov8
|
10 |
+
base_model: ultralytics/yolov8n
|
11 |
+
datasets:
|
12 |
+
- Norod78/Rubber-Duck-blip-captions
|
13 |
+
- linoyts/rubber_ducks
|
14 |
+
model-index:
|
15 |
+
- name: YOLOv8n Rubber Duck Detection
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
type: object-detection
|
19 |
+
dataset:
|
20 |
+
name: Custom Rubber Duck Dataset
|
21 |
+
type: custom
|
22 |
+
metrics:
|
23 |
+
- name: Precision
|
24 |
+
type: precision
|
25 |
+
value: 0.523
|
26 |
+
- name: Recall
|
27 |
+
type: recall
|
28 |
+
value: 0.638
|
29 |
+
- name: mAP50
|
30 |
+
type: mAP
|
31 |
+
value: 0.598
|
32 |
+
language:
|
33 |
+
- en
|
34 |
+
---
|
35 |
+
|
36 |
# Model Card for YOLOv8n Rubber Duck Detection
|
37 |
|
38 |
This model is a fine-tuned version of YOLOv8n specifically optimized for rubber duck detection. It was developed after inspiration to improve rubber duck detection on a course setup for the [HackerBot Industries HB 0x01 hackathon](https://www.hackerbot.co/) with the specific goal of detecting coordinates for rubber ducks in live video feeds.
|
|
|
144 |
- Model training
|
145 |
|
146 |
## Model Card Contact
|
147 |
+
For more information about this model, please contact the Brain Wave Collective. You may reach [Daniel by email](https://brainwavecollective.ai/~email-daniel?utm_source=hf&utm_campaign=duckcard) or use the [website form](https://brainwavecollective.ai/~form?utm_source=hf&utm_campaign=duckcard).
|
|