Skip to content

Git-init-2022/Yolov3-pretrained-model

Repository files navigation

Smart Traffic Signal Control

Python version License: Apache 2

This Smart Traffic Signal Control uses live images from the cameras at traffic junctions for traffic density calculation using YOLO object detection and sets the signal timers accordingly, thus reducing the traffic congestion on roads, providing faster transit to people, and reducing fuel consumption.


Inspiration

  • Traffic congestion is becoming one of the critical issues with the increasing population and automobiles in cities. Traffic jams not only cause extra delay and stress for the drivers but also increase fuel consumption and air pollution.

  • According to the TomTom Traffic Index, 3 of the top 10 countries facing the most traffic congestion are in India viz. Mumbai, Bengaluru, and New Delhi. People are compelled to spend hours stuck in traffic jams, wasting away their precious time commuting. Current traffic light controllers use a fixed timer and do not adapt according to the real-time traffic on the road.

  • In an attempt to reduce traffic congestion, we developed an improved traffic management system in the form of a Computer Vision-based traffic light controller that can autonomously adapt to the traffic situation at the traffic signal. The proposed system sets the green signal time adaptively according to the traffic density at the signal and ensures that the direction with more traffic is allotted a green signal for a longer duration of time as compared to the direction with lesser traffic.


Results

Screenshot 2024-02-06 034921

Screenshot 2024-02-06 034956

Screenshot 2024-02-06 035030


Implementation Details

This project can be broken down into 3 modules:

  1. Vehicle Detection Module - This module is responsible for detecting the number of vehicles in the image received as input from the camera. More specifically, it will provide as output the number of vehicles of each vehicle class such as car, bike, bus, truck, and rickshaw.

  2. Signal Switching Algorithm - This algorithm updates the red, green, and yellow times of all signals. These timers are set bases on the count of vehicles of each class received from the vehicle detection module and several other factors such as the number of lanes, average speed of each class of vehicle, etc.

  3. Simulation Module - A simulation is developed from scratch using Pygame library to simulate traffic signals and vehicles moving across a traffic intersection.

Read more about object detection model used, working of the algorithm, and development of simulation here.


Demo

  • Vehicle Detection

  • Signal Switching Algorithm and Simulation


Prerequisites

  1. Python 3.7
  2. Microsoft Visual C++ build tools (For Windows only)

Installation

  • Step I: Clone the Repository
      $ git clone https://github.com/Git-init-2022/Yolov3-pretrained-model.git
  • Step II: Download the weights file from here and place it in the Adaptive-Traffic-Signal-Timer/Code/YOLO/darkflow/bin directory

  • Step III: Install the required packages

      # On the terminal, move into Adaptive-Traffic-Signal-Timer/Code/YOLO/darkflow directory
      $ cd Adaptive-Traffic-Signal-Timer/Code/YOLO/darkflow
      $ pip install -r requirements.txt
      $ python setup.py build_ext --inplace
  • Step IV: Run the code
      # To run vehicle detection
      $ python vehicle_detection.py
      
      # To run simulation
      $ python simulation.py

Publication

The project is published on journal named IJRPR. paper link


Contributors

G John Caleb - John-caleb

R Sai Krishna - saikrish02

B Jyothi Swaroop Reddy - JyothiSwaroopReddy07


Acknowledgement

We would like to extend our sincere thanks to our mentor Mrs.Kamakshi Prasad for her kind help and valuable advice. Her support and constant supervision were imperative for the successful completion of this project.


License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published