SobanHM/Road-Objects-Detection-Dataset
π¦ Road Object Detection Dataset (YOLOv8) A multi-class road scene object detection dataset for training and benchmarking modern object detection models. π Overview This dataset contains annotated road scene images in YOLOv8 format for multi-class object detection. It is suitable for developing and evaluating deep learning models for: π Vehicle Detection π¦ Traffic Monitoring ποΈ Smart City Applications π Autonomous Driving Research πΉ Intelligentβ¦ See the full description on the dataset page: https://huggingface.co/datasets/SobanHM/Road-Objects-Detection-Dataset.
π¦ Road Object Detection Dataset (YOLOv8)
<div align="center">
A multi-class road scene object detection dataset for training and benchmarking modern object detection models.
</div>
π Overview
This dataset contains annotated road scene images in YOLOv8 format for multi-class object detection.
It is suitable for developing and evaluating deep learning models for:
- π Vehicle Detection
- π¦ Traffic Monitoring
- ποΈ Smart City Applications
- π Autonomous Driving Research
- πΉ Intelligent Transportation Systems (ITS)
π Dataset Structure
Road_Object_Detection_Dataset/
β
βββ data.yaml
β
βββ train/
β βββ images/
β βββ labels/
β
βββ valid/
β βββ images/
β βββ labels/
β
βββ test/
βββ images/
βββ labels/π·οΈ Classes
π Annotation Format
The dataset follows the YOLOv8 annotation format.
Each label file contains one object per line:
class x_center y_center width heightwhere all coordinates are normalized between 0 and 1.
Example:
2 0.523 0.418 0.247 0.182π Training Example
from ultralytics import YOLO
model = YOLO("yolov8n.pt")
model.train(
data="data.yaml",
epochs=100,
imgsz=640
)π― Applications
- Object Detection
- Vehicle Detection
- Traffic Analysis
- Road Scene Understanding
- Smart Transportation
- Autonomous Driving
- AI Surveillance
- Academic Research
π Dataset Information
π Citation
If you use this dataset in your research, please cite it appropriately.
@dataset{road_object_detection_yolov8,
title={Road Object Detection Dataset (YOLOv8)},
author={Soban Hussain},
year={2026},
publisher={Hugging Face},
}π License
This dataset is distributed under the CC BY 4.0 License.
<div align="center">
β If you find this dataset useful, consider giving it a star on Hugging Face.
Happy Training!
</div>
