Update README.md
Browse files
README.md
CHANGED
@@ -3,4 +3,32 @@ datasets:
|
|
3 |
- ayoubsa/Sign_Road_Detection_Dataset
|
4 |
metrics:
|
5 |
- accuracy
|
6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- ayoubsa/Sign_Road_Detection_Dataset
|
4 |
metrics:
|
5 |
- accuracy
|
6 |
+
---
|
7 |
+
|
8 |
+
|
9 |
+
---
|
10 |
+
license: cc
|
11 |
+
task_categories:
|
12 |
+
- object-detection
|
13 |
+
language:
|
14 |
+
- en
|
15 |
+
size_categories:
|
16 |
+
- 1K<n<10K
|
17 |
+
---
|
18 |
+
# Training details
|
19 |
+
|
20 |
+
For training, I used YOLO (You Only Look Once) models, which are models for object detection tasks, you can find the data here: https://huggingface.co/datasets/ayoubsa/Sign_Road_Detection_Dataset/tree/main
|
21 |
+
|
22 |
+
# Best Performance
|
23 |
+
|
24 |
+
I got the best performance using yolov8n training it on 30 epochs with 49.8% accuracy (which I think there is something wrong, it must be more higher than this)
|
25 |
+
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
+
|
32 |
+
|
33 |
+
|
34 |
+
|