Managing traffic in busy city areas has become one of the biggest challenges due
to the rapid increase in the number of vehicles. Traditional traffic signals that
work on fixed time cycles often fail to adapt to real-time traffic conditions,
leading to unnecessary delays and congestion. This project, titled
“Smart Signal Timing for Urban Intersections Using Real-Time Vehicle Detection
and PCU Calculations,”
aims to provide a more responsive and practical solution to this problem.
The project is divided into two main parts. In the first part, we used video-based
vehicle detection techniques using YOLOv5 and the SORT tracking algorithm to
identify and count different types of vehicles passing through each lane. These
vehicles were then converted into standard traffic load units using Passenger Car
Units (PCU) to make the data more useful for traffic analysis.
In the second part, we designed a signal timing model that takes these PCU values
as input and calculates the green signal time for each lane dynamically. The
algorithm ensures that every lane gets a minimum signal time and that the total
cycle time adjusts based on overall traffic volume. This method not only improves
traffic flow but also keeps the system fair and efficient.
This work is a step toward smarter, more adaptive traffic management systems
and can be further developed to work with live traffic feeds in real-time
environments
Related topics: