Skip to content

RTSD System can detect traffic signs 🚩 along the road. This project aims to enable self-driving cars πŸš— to see and interact with the road signs.

License

Notifications You must be signed in to change notification settings

Elbahkiry/RTSD-Road-Traffic-Signs-Detection-System

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

RTSD (Road Traffic Signs Detection) System

RTSD System can detect traffic signs 🚩 along the road.
This project aims to enable self-driving cars πŸš— to see and interact with the road signs.

πŸ™‹β€β™‚οΈ Who are we ? :

  • We are a team from Egypt studied at Faculty of Engineering, Electronics and Communications Department in Mansoura University.

  • These features were created to be used for our graduation project πŸŽ“ (RTSD System) to make a system that can detect Roads Traffic Signs in real-time.

  • We are using YOLOv8 as a base model and we are adding new features to it to make it more suitable for our use case.

  • Our Gorgeous Team :

  • photo_2023-07-10_23-22-16

πŸ“ƒ Table of Contents

πŸ‘‹ Introduction

The main goal of this project is to detect traffic signs 🚩 along the road, this project aims to enable self-driving cars πŸš— to see and interact with the road signs. The project is implemented using YOLOv8: Extended Edition and RTSD Dataset and ran on Raspberry Pi 4.

πŸ“‘ Project Steps

Throughout the project, we followed these steps:

  1. First we used RoboFlow to create the dataset in YOLO format.
  2. Then we used Google Colab to train the model.
  3. Finally we used Raspberry Pi 4 to run the model on the real-time video stream from the camera.

πŸ’Ύ Dataset

We created collected the data from multiple sources, and then we merged them all into one dataset. The dataset contains 20 classes of traffic signs 🚩and 1 class of bump. The dataset is divided into 3 parts:

  1. Training set: 80% of the dataset
  2. Validation set: 10% of the dataset
  3. Testing set: 10% of the dataset

The dataset is available on RoboFlow

🌌 Model

We used YOLOv8: Extended Edition which is forked from YOLOv8, but with some modifications such as "Night Vision", "Lane Line Detection" and "SPI Communication Protocol to send outputs".
If you want to know more about the model, you can check the YOLOv8: Extended Edition.

βœ… Results

The model was trained for 300 epochs, and the results are as follows:

Metric Value
Precision 0.97
Recall 0.98
mAP50 0.99
mAP50-95 0.87

The model was tested on the real-time video stream from the camera, and the results are as follows:

A video of our result :

IMG_7830.MOV

⚑ Additional Features

We added some additional features to the project to make it more useful, some of these features are on the model and some are on the dataset.

Model Features :

  1. Night Vision: The model can detect traffic signs 🚩 at night using the night vision feature.
  2. Lane Line Detection: The model can detect lane lines using the lane line detection feature.
  3. SPI Communication Protocol: The model can send the outputs to the Raspberry Pi 4 using the SPI communication protocol.

Dataset Features :

  1. Bump Class: We added a bump class to the dataset, which is used to detect bumps on the road.

πŸ“• References

  1. YOLOv8: Extended Edition
  2. YOLOv8
  3. RTSD Dataset (RoboFlow)

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details

πŸ™‹β€β™‚οΈ Authors

Mohamed Atef - Mohamed Wael - Ahemd Ezz Eldin

About

RTSD System can detect traffic signs 🚩 along the road. This project aims to enable self-driving cars πŸš— to see and interact with the road signs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published