Skip to content

Implement code for ICDV 2024 paper "Optimizing Traffic Light Control using YOLOv8 for Real-Time Vehicle Detection and Traffic Density"

Notifications You must be signed in to change notification settings

fiyud/Optimizing-Traffic-Light-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Optimizing Traffic Light Control using YOLOv8 for Real-Time Vehicle Detection and Traffic Density [Paper Link]

Part of the implemation code for the paper, full code will be release later!

Introduction

The problem of traffic congestion becomes crucial as the number of vehicles on the roads, especially in big cities, continues to rise. An effective and cost-efficient solution is managing traffic lights based on density. This paper introduces a method utilizing deep neural networks to control traffic lights by analyzing surveillance camera footage and adjusting the lights automatically. Specifically, we employ the state-of-the-art YOLOv8 model to identify vehicles on the road from camera images, assess traffic density, and optimize the timing of traffic lights accordingly. The evaluation results show that the proposed model demonstrates a high accuracy in vehicle detection, achieving a mAP50 of up to 97%. In addition, the results of vehicle counting and traffic light control are also tested in various contexts.

About

Implement code for ICDV 2024 paper "Optimizing Traffic Light Control using YOLOv8 for Real-Time Vehicle Detection and Traffic Density"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages