cquest commited on
Commit
9dab5b7
·
verified ·
1 Parent(s): 1d0d4c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -6,4 +6,21 @@ tags:
6
  - france
7
  size_categories:
8
  - 10K<n<100K
9
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - france
7
  size_categories:
8
  - 10K<n<100K
9
+ ---
10
+ # France road signs classification dataset
11
+
12
+ This dataset contains a total of 66000+ detected road signs from the Panoramax street level pictures.
13
+
14
+ The detection model used is available at https://huggingface.co/Panoramax/detect_face_plate_sign
15
+
16
+ 250+ classes of road signs have been created, each matching a sign official type:
17
+ - Axx signs = danger or warning
18
+ - Bxx signs = restrictions / forbiden
19
+ - Cxx signs = information
20
+ - CExx signs = touristic information
21
+
22
+ etc.
23
+
24
+ Check https://fr.wikipedia.org/wiki/Panneau_de_signalisation_routi%C3%A8re_en_France for a detailed list.
25
+
26
+ Additional "fake" classes have been added to collect false positive detections (A00, Azz, Bzz, etc.) as well as non official signs.