Image Classification
Eval Results (legacy)
cquest commited on
Commit
3abd8f4
·
verified ·
1 Parent(s): 52b88b9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
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
+ ![](val_batch2_pred.jpg)
24
+
25
+ ![](confusion_matrix_normalized.png)