Programmer-RD-AI commited on
Commit
a22c81f
Β·
verified Β·
1 Parent(s): c83cf1c

Add README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
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
+ ```