Datasets:
Modalities:
Image
Formats:
imagefolder
Languages:
English
Size:
1K - 10K
Tags:
road-infrastructure
pothole-detection
urban-monitoring
smart-city
road-safety
infrastructure-maintenance
DOI:
License:
Add README.md
Browse files
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Road Issues Detection Dataset
|
2 |
+
|
3 |
+
## Overview
|
4 |
+
|
5 |
+
This dataset contains images categorized for road infrastructure issues detection, specifically focused on identifying potholes, damaged roads, broken road signs, and illegal parking violations. The dataset has been organized into different categories for computer vision and machine learning applications.
|
6 |
+
|
7 |
+
## Dataset Structure
|
8 |
+
|
9 |
+
```
|
10 |
+
data/
|
11 |
+
βββ Road Issues/
|
12 |
+
β βββ Broken Road Sign Issues/ # Images of damaged or vandalized road signs
|
13 |
+
β βββ Damaged Road issues/ # Images of broken roads and speed breakers
|
14 |
+
β βββ Pothole Issues/ # Images of potholes and road surface damage
|
15 |
+
β βββ Illegal Parking Issues/ # Images of illegal parking violations
|
16 |
+
β βββ Mixed Issues/ # Images containing multiple types of issues
|
17 |
+
βββ Public Cleanliness + Environmental Issues/ # Environmental and cleanliness issues
|
18 |
+
```
|
19 |
+
|
20 |
+
## Categories
|
21 |
+
|
22 |
+
### Road Issues
|
23 |
+
- **Broken Road Sign Issues**: Contains images of graffitied, damaged, or vandalized road signs
|
24 |
+
- **Damaged Road Issues**: Images showing road surface damage, speed breakers, and general road infrastructure problems
|
25 |
+
- **Pothole Issues**: Specifically focused on pothole detection and road surface deterioration
|
26 |
+
- **Illegal Parking Issues**: Documentation of parking violations and improper vehicle placement
|
27 |
+
- **Mixed Issues**: Images that contain multiple types of road-related problems
|
28 |
+
|
29 |
+
### Public Cleanliness + Environmental Issues
|
30 |
+
Additional category for broader infrastructure and environmental monitoring.
|
31 |
+
|
32 |
+
## Dataset Statistics
|
33 |
+
|
34 |
+
- **Total Images**: 9,660 JPG images
|
35 |
+
- **Format**: RGB images in JPEG format
|
36 |
+
- **Categories**: 7 distinct issue types across infrastructure and environmental problems
|
37 |
+
- **Organization**: Hierarchical structure with clear category separation
|
38 |
+
- **Quality**: High-resolution images suitable for machine learning applications
|
39 |
+
|
40 |
+
## Use Cases
|
41 |
+
|
42 |
+
This dataset is suitable for:
|
43 |
+
- Road infrastructure monitoring systems
|
44 |
+
- Automated pothole detection
|
45 |
+
- Municipal maintenance planning
|
46 |
+
- Computer vision research in urban infrastructure
|
47 |
+
- Machine learning model training for road safety applications
|
48 |
+
- Smart city infrastructure management
|
49 |
+
|
50 |
+
## License
|
51 |
+
|
52 |
+
This dataset is released under CC0-1.0 license, making it freely available for any use.
|
53 |
+
|
54 |
+
## Citation
|
55 |
+
|
56 |
+
If you use this dataset in your research, please consider citing:
|
57 |
+
|
58 |
+
```
|
59 |
+
Road Issues Detection Dataset
|
60 |
+
OutlierRejects Team
|
61 |
+
Available at: [Dataset URL]
|
62 |
+
```
|