Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: etalab-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- Panoramax/classified_be_road_signs
|
| 5 |
+
pipeline_tag: image-classification
|
| 6 |
+
model-index:
|
| 7 |
+
- name: classified_be_road_signs
|
| 8 |
+
results:
|
| 9 |
+
- task:
|
| 10 |
+
type: image-classification
|
| 11 |
+
metrics:
|
| 12 |
+
- type: accuracy
|
| 13 |
+
value: 0.986
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# Belgium road signs classification model
|
| 17 |
+
|
| 18 |
+
This model is a fine tuned version of classify_be_road_signs classification model (based on YOLOv26) using our classified road signs dataset.
|
| 19 |
+
|
| 20 |
+
140+ types of road signs are defined in the dataset
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+

|
| 24 |
+
|
| 25 |
+

|