IRJET Smart Traffic Control System Using
IRJET Smart Traffic Control System Using
Traffic congestion is a major problem in many cities, and 2. PROPOSED SYSTEM ARCHITECTURE:
the fixed-cycle light signal controllers are not resolving the
high waiting time in the intersection. We see often a
policeman managing the movements instead of the traffic
light. He see roads status and decides the allowed duration of
each direction. This human achievement encourages us to
create a smart Traffic light control taking into account the
real time traffic condition and smartly manage the
intersection. To implement such a system, we need two main
parts: eyes to watch the real-time road condition and a brain
to process it. A traffic signal system at its core has two major
tasks: move as many users through the intersection as
possible doing this with as little conflict between these users
as possible.
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 967
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
The above figure signify the working of module using cloud, approach. YOLO is a clever convolutional neural network
sever and embedded system. The background detector takes (CNN) for doing object detection in real-time. The algorithm
help of YOLO framework for object detection. In our system applies a single neural network to the full image, and then
we have manipulated YOLO for only detecting vechiles of divides the image into regions and predicts bounding boxes
different categories i.e Truck Car Bike etc. The Yolo is and probabilities for each region. These bounding boxes are
deployed on sever which is connected to embedded system weighted by the predicted probabilities. YOLO is popular
through AWS cloud. The Raspberry pi board is attached to because it achieves high accuracy while also being able to run
onsite camera and the relay attached to signals. As we need in real-time. The algorithm “only looks once” at the image in
internet to connect raspberry pi with cloud we will have to the sense that it requires only one forward propagation pass
connect it using wifi module attached to it. Raspberry pi through the neural network to make predictions.
helps to transfer video from camera to cloud. The
background detector comprises of algorithm with YOLO Our network has 24 convolutional layers followed by 2 fully
module to make out lane density. It is smart way with great connected layers. Instead of the inception modules used by
state of art YOLO framework to manage the control flow of GoogLeNet, we simply use 1 × 1 reduction layers followed by
traffic. 3 × 3 convolutional layers .Fast YOLO uses a neural network
with fewer convolutional layers (9 instead of 24) and fewer
2.1 Hardware Module: filters in those layers. Other than the size of the network, all
training and testing parameters are the same between YOLO
a) Raspberry Pi and Fast YOLO.
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 968
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
3.3 CNN:-
A convolutional neural network consists of an input
and an output layer, as well as multiple hidden layers. The
hidden layers of a CNN typically consist of a series of
convolutional layers that convolve with a multiplication or
other dot product. The activation function is commonly
a RELU layer, and is subsequently followed by additional
convolutions such as pooling layers, fully connected layers
and normalization layers, referred to as hidden layers
because their inputs and outputs are masked by the
activation function and final convolution. The final
convolution, in turn, often involves backpropagation in order
to more accurately weight the end product.
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 969
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 12 | Dec 2019 www.irjet.net p-ISSN: 2395-0072
ACKNOWLEDGEMENT
The authors would like to thank Mrs. Sanchika Bajpai and
Mrs. Gauri Virkar for their valuable contribution to this
project.
REFERENCES
1. G. Dimitrakopoulos and P. Demestichas, “Intelligent
transportation systems,” IEEE Vehicular Technology
Magazine, vol. 5, no. 1, pp. 77–84, 2010.
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 970