Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
---
|
2 |
-
license: etalab-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: etalab-2.0
|
3 |
+
datasets:
|
4 |
+
- Panoramax/classified_fr_road_signs
|
5 |
+
pipeline_tag: image-classification
|
6 |
+
model-index:
|
7 |
+
- name: classified_fr_road_signs
|
8 |
+
results:
|
9 |
+
- task:
|
10 |
+
type: image-classification
|
11 |
+
metrics:
|
12 |
+
- type: accuracy
|
13 |
+
value: 0.98717
|
14 |
+
---
|
15 |
+
|
16 |
+
# France road signs classification model
|
17 |
+
|
18 |
+
This model is a fine tuned version of YOLOv8 classification model using our classified road signs dataset.
|
19 |
+
|
20 |
+
250+ types of road signs are defined in the dataset
|
21 |
+
|