AlessandroFerrante commited on
Commit
ecaf9f6
Β·
verified Β·
1 Parent(s): 3bb0cd1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -19
README.md CHANGED
@@ -16,43 +16,95 @@ size_categories:
16
  - 1K<n<10K
17
  ---
18
 
19
- # Street Sign Set 🚦
20
 
21
- This dataset was developed for the **Street Sign Sense** project, which achieved a final grade of **30/30** in the Machine Learning course. It is specifically designed and optimized for training state-of-the-art object detection models, such as **YOLOv12**, for the recognition of Italian and European road signs.
 
 
22
 
23
- ## Dataset Description
 
 
24
 
25
- The **Street Sign Set** is a comprehensive collection of traffic sign images, annotated in the **YOLO format**. It focuses on real-world driving conditions to ensure robustness in Advanced Driver Assistance Systems (ADAS).
 
 
26
 
27
- **Street Sign Set** is a dataset with over **7300 images** designed for road sign detection in realistic contexts.
28
 
 
 
29
 
30
- #### 🏷️ Class Structure and Labels
31
 
32
- The dataset comprises **63 total classes**, organized into 5 macro-categories that define the label prefix: **prio** (priority), **forb** (prohibition), **info** (information), **warn** (warning), **mand** (mandatory).
33
 
34
- Labeling examples: `prio_give_way`, `forb_speed_over_50`, `info_parking`, `warn_right_curve`, `mand_pass_left_right`.
35
 
36
- It includes 23 main classes identified as primary targets, including:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  * **Speed limits:** 14 classes (e.g., 5–130 km/h).
39
- * **Prohibition signs:** 4 classes (e.g., no stopping and parking, no overtaking).
40
  * **Priority signs:** 2 classes (e.g., give way, stop).
41
  * **Curves and crossings:** 3 classes (e.g., dangerous curves, pedestrian crossing).
42
 
43
- #### πŸ› οΈ Hybrid Origin and Construction
 
 
44
 
45
- * **Base:** \~4000 images from a dataset available on Kaggle.
46
- * **Expansion:** \~3000 images manually integrated from external sources and street mapping services to cover underrepresented classes, subsequently manually labeled.
47
 
48
- The dataset is not perfectly balanced due to the frequency of road signs in reality, so some signs appear more often than others.
49
 
50
- #### βš™οΈ Technical Specifications
 
 
 
 
51
 
52
- * **Format:** Standard **YOLO** annotations (.txt).
53
- * **Filename:** Rigorous logical scheme `class_name-n.jpg` (e.g., prio\_give\_way-12.jpg).
54
- * **Selective Data Augmentation:** Applied only to rare classes to mitigate imbalance. It includes variations in **Hue/Saturation/Brightness**, **Grayscale** (23%), **Blur**, and **Noise** to simulate adverse conditions.
55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
  ## Dataset Structure
58
 
@@ -70,4 +122,12 @@ The data is organized following the standard YOLO convention, making it ready fo
70
  β”‚ β”œβ”€β”€ images/ # Test set for final evaluation
71
  β”‚ └── labels/ # YOLO annotations
72
  β”œβ”€β”€ data.yaml # Dataset configuration file (classes names)
73
- └── dataset_analysis.csv # Detailed analysis of the dataset class distribution
 
 
 
 
 
 
 
 
 
16
  - 1K<n<10K
17
  ---
18
 
19
+ <div align="center">
20
 
21
+ # Street Sign Set
22
+ [![License](https://img.shields.io/badge/License-CCBY4.0-darkgreen.svg?)]([LICENSE](https://creativecommons.org/licenses/by/4.0/))
23
+ [![DOI](https://img.shields.io/badge/DOI-10.34740%2FKAGGLE%2FDS%2F8410752-blue)](https://doi.org/10.34740/KAGGLE/DS/8410752)
24
 
25
+ [![Kaggle](https://img.shields.io/badge/View_on-Kaggle-20BEFF?logo=kaggle)](https://www.kaggle.com/datasets/ferrantealessandro/street-sign-set)
26
+ [![Hugging Face](https://img.shields.io/badge/View_on-Hugging_Face-FFD21E?logo=huggingface)](https://huggingface.co/datasets/AlessandroFerrante/StreetSignSet)
27
+ [![Roboflow](https://img.shields.io/badge/View_on-Roboflow-purple?logo=Roboflow)](https://universe.roboflow.com/alessandros-workspace/street-sign-set-xzdde)
28
 
29
+ [![Ultralytics](https://img.shields.io/badge/Ultralytics-YOLO12-2596be?logo=ultralytics&logoColor=white)](https://github.com/ultralytics/ultralytics)
30
+ [![Images](https://img.shields.io/badge/Images-%3E7.3k-success?style=flat&logo=image)](https://www.kaggle.com/datasets/ferrantealessandro/street-sign-set)
31
+ [![Annotations](https://img.shields.io/badge/Annotations-%3E12k-success?style=flat&logo=image&logoColor=blue)](https://www.kaggle.com/datasets/ferrantealessandro/street-sign-set)
32
 
 
33
 
34
+ [![Project-StreetSignSense](https://img.shields.io/badge/Project-StreetSignSense-007bff.svg)](https://github.com/AlessandroFerrante/StreetSignSense/)
35
+ [![Badge Report PDF](https://img.shields.io/badge/πŸ“‘-Technical_Report-white?logo=pdf&logoColor=white)](https://alessandroferrante.github.io/StreetSignSense/report/Report.pdf)
36
 
37
+ ### High-Quality Traffic Sign Detection Dataset
38
 
39
+ </div>
40
 
41
+ ## πŸ“‚ Dataset Overview
42
 
43
+ **Street Sign Set** is a comprehensive dataset designed for road sign detection in realistic contexts. It serves as the foundation for the StreetSignSense project, enabling robust detection in diverse environmental conditions.
44
+
45
+ The dataset is not perfectly balanced, reflecting the real-world frequency where some signs appear much more often than others.
46
+
47
+ ### πŸ“Š Dataset Statistics
48
+
49
+ * **Total Images:** **> 7,300** images.
50
+ * **Classes:** **63** distinct classes.
51
+ * **Macro-Categories:** 5 (Priority, Prohibition, Information, Warning, Mandatory).
52
+ * **Format:** Standard YOLO annotations (`.txt`).
53
+
54
+ ## 🏷️ Class Structure and Labels
55
+
56
+ The 63 classes are organized into **5 macro-categories** that define the label prefix:
57
+
58
+ 1. **prio** (Priority) - e.g., `prio_give_way`, `stop`
59
+ 2. **forb** (Prohibition) - e.g., `forb_speed_over_50`
60
+ 3. **info** (Information) - e.g., `info_parking`
61
+ 4. **warn** (Warning) - e.g., `warn_right_curve`
62
+ 5. **mand** (Mandatory) - e.g., `mand_pass_left_right`
63
+
64
+ ### Primary Targets (23 Main Classes)
65
+
66
+ The dataset focuses on 23 main classes identified as primary targets, including:
67
 
68
  * **Speed limits:** 14 classes (e.g., 5–130 km/h).
69
+ * **Prohibition signs:** 4 classes (e.g., no stopping/parking, no overtaking).
70
  * **Priority signs:** 2 classes (e.g., give way, stop).
71
  * **Curves and crossings:** 3 classes (e.g., dangerous curves, pedestrian crossing).
72
 
73
+ ## πŸ› οΈ Hybrid Origin and Construction
74
+
75
+ This dataset is a result of a hybrid curation process:
76
 
77
+ * **Base:** ~4000 images sourced from existing Kaggle datasets.
78
+ * **Expansion:** ~3000 images manually integrated from external sources and street mapping services to cover underrepresented classes. These were manually labeled to ensure quality.
79
 
80
+ ## βš™οΈ Technical Specifications
81
 
82
+ * **Filename Scheme:** Rigorous logical scheme `class_name-n.jpg` (e.g., `prio_give_way-12.jpg`).
83
+ * **Selective Data Augmentation:** Applied **only** to rare classes to mitigate class imbalance. Techniques include:
84
+ * Hue/Saturation/Brightness variations.
85
+ * Grayscale (23% probability).
86
+ * Blur and Noise simulation for adverse conditions.
87
 
88
+ ## πŸ“₯ Download & Access
 
 
89
 
90
+ To keep the GitHub repository lightweight, the raw dataset is hosted on external platforms specialized for data versioning.
91
+
92
+
93
+
94
+ ## πŸ–ŠοΈ Citation
95
+
96
+ If you use this dataset in your research, please cite it as follows:
97
+
98
+ ```
99
+ @misc{alessandro_ferrante_2025,
100
+ title={Street Sign Set},
101
+ url={[https://www.kaggle.com/ds/8410752](https://www.kaggle.com/ds/8410752)},
102
+ DOI={10.34740/KAGGLE/DS/8410752},
103
+ publisher={Kaggle},
104
+ author={Alessandro Ferrante},
105
+ year={2025}
106
+ }
107
+ ```
108
 
109
  ## Dataset Structure
110
 
 
122
  β”‚ β”œβ”€β”€ images/ # Test set for final evaluation
123
  β”‚ └── labels/ # YOLO annotations
124
  β”œβ”€β”€ data.yaml # Dataset configuration file (classes names)
125
+ └── dataset_analysis.csv # Detailed analysis of the dataset class distribution
126
+ ```
127
+
128
+
129
+ ## πŸ‘¨β€πŸ’» Author
130
+
131
+ [Alessandro Ferrante](https://alessandroferrante.net)
132
+
133
+ Email: [streetsignsense@alessandroferrante.net](mailto:streetsignsense@alessandroferrante.net)