star092304/Traffic-sign-detection-VietNam
Vietnam Traffic Sign Detection Dataset This repository contains the dataset for detecting road traffic signs in Vietnam using the state-of-the-art YOLO object detection model. ๐ Repository Structure The dataset is structured in the standard YOLO format, containing images and corresponding annotations divided into training, validation, and testing sets. โโโ classid.xlsx # Excel file mapping class IDs to names โโโ dataset/ โ โโโ train/ #โฆ See the full description on the dataset page: https://huggingface.co/datasets/star092304/Traffic-sign-detection-VietNam.
Vietnam Traffic Sign Detection Dataset
 
This repository contains the dataset for detecting road traffic signs in Vietnam using the state-of-the-art YOLO object detection model.
<p align="center"> <img src="illustration.webp" alt="Viet Nam Traffic Sign" width="600"> </p>
๐ Repository Structure
The dataset is structured in the standard YOLO format, containing images and corresponding annotations divided into training, validation, and testing sets.
โโโ classid.xlsx # Excel file mapping class IDs to names
โโโ dataset/
โ โโโ train/ # Training split
โ โ โโโ images/ # Raw images (.jpg)
โ โ โโโ labels/ # Normalized bounding box coordinates (.txt)
โ โโโ val/ # Validation split
โ โ โโโ images/
โ โ โโโ labels/
โ โโโ test/ # Testing split
โ โโโ images/
โ โโโ labels/
โโโ README.md๐ Dataset Distribution
The dataset statistics below show the division of images and labels across the different splits:
๐ท๏ธ Annotation Format
Annotations follow the standard YOLO format. For every image (e.g., 0002.jpg), there is a corresponding label file (e.g., 0002.txt) in the labels/ directory.
Each row in the text file represents a single bounding box formatted as:
<class_id> <x_center> <y_center> <width> <height>- `class_id`: Integer representing the target class index (ranging from
0to81). - `x_center`, `y_center`: Center coordinates of the bounding box, normalized to
[0.0, 1.0]by dividing by the image's width and height. - `width`, `height`: The width and height of the bounding box, normalized to
[0.0, 1.0].
๐ฆ Supported Traffic Sign Classes (82 Classes)
The dataset contains 82 categories of road signs commonly found on Vietnamese streets:
