Object Detection
cquest commited on
Commit
dbf1e68
·
verified ·
1 Parent(s): 00547ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -1,3 +1,21 @@
1
- ---
2
- license: etalab-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: etalab-2.0
3
+ datasets:
4
+ - Panoramax/fr_road_sign_subsign
5
+ pipeline_tag: object-detection
6
+ ---
7
+
8
+ # French road signs / subsigns detection model
9
+
10
+ This models allows to detect the main road signs and sub-signs.
11
+
12
+ ![](val_batch1_labels.jpg)
13
+
14
+ ```
15
+ Class Images Instances P R mAP50 mAP50-95
16
+ all 473 958 0.978 0.983 0.992 0.897
17
+ sign 473 486 0.988 0.981 0.992 0.931
18
+ sub-sign 473 472 0.969 0.986 0.992 0.863
19
+ ```
20
+
21
+ ![](results.png)