Pothole Detection
About Dataset¶
🎯 Pothole Detection for Road Safety: A Segmentation Dataset
Dataset Details:¶
This dataset was sourced via roboflow.com and contains a total of 780 images annotated in the YOLOv8
format for pothole detection and segmentation. The images have undergone pre-processing and augmentation to ensure they are primed for training robust models.
Pre-processing applied to each image includes:¶
Auto-orientation of pixel data (with
EXIF
-orientation stripping)- The orientation metadata specifies whether the image needs to be rotated for correct viewing, as many digital cameras and smartphones have orientation sensors that detect whether the device was held horizontally or vertically when the photo was taken.
EXIF
orientation stripping involves removing this metadata from the image file, usually to ensure consistent display across different platforms or to reduce file size.
Resizing to a dimension of 640x640 (Stretch)
Augmentation was performed to create 3 versions of each source image, exclusively on the training data, comprising:
- 50% probability of horizontal flip
- Random cropping (0 to 20% of the image)
- Random rotation (-15 to +15 degrees)
- Random shearing (-5° to +5° horizontally and vertically)
- Random brightness adjustment (-25 to +25 percent)
- Random exposure adjustment (-25 to +25 percent)
Train Set: 720 images
Validation Set: 60 images