IJHS Published Paper
IJHS Published Paper
Devi, N. B., Balaji, V. R., Beenarani, B. B., & Kala, . K. (2022). Traffic light detection and control with connected
vehicle for automated car using ML algorithm. International Journal of Health Sciences, 6(S7), 47223–
47233. https://doi.org/10.53730/ijhs.v6nS7.13115
N. Bharatha Devi
Assistant Professor.SG, Department of Computer Science and Engineering
Saveetha School of Engineering, Saveetha Institute of Medical and Technical
Sciences, Thandalam, Chennai
V. R Balaji
Assistant Professor, School of Electronics Engineering and Vellore Institute of
technology, Chennai Campus, Chennai
B B Beenarani
Assistant Professor.SG, Department of Computer Science and Engineering
Saveetha School of Engineering, Saveetha Institute of Medical and Technical
Sciences, Thandalam, Chennai
Kala K
Assistant Professor.SG, Department of Bioinformatics
Saveetha School of Engineering, Saveetha Institute of Medical and Technical
Sciences, Thandalam, Chennai
Introduction
In this paper they dealt with Deep Learning, Computer Vision, Fusion Sensor,
Control, until Path Planning are utilized. Every one of these are the combination
of the multitude of fields. Here in this paper we talks about the consequences of
execution of path location calculation on expressway Cipularang. With the
assistance of the camera which is put at top of the vehicle that Video will be
taken. For the picture it is utilized to deal with technique python. These technique
is combination of various strategies like variety area, line location, canny edge
identification, and Hough transform. The outcome which has stopped by playing
out the assignment shows that a few changes ought to be added like changing the
boundaries during the constantly to these calculation. Since steady boundaries
must be utilized in similar lighting conditions. The precision accomplished is
90%.
model. What's more, numerous sensors were utilized in these copying in light of
System-on-Chip to additionally exhibit the achievability of the proposed model.
Traffic Light and Sign Detection for Autonomous Land Vehicle Using
Raspberry Pi
Priyanka D, proposed “Traffic Light and Sign Detection for Autonomous Land
Vehicle Using Raspberry Pi”. This paper, point is to carry out traffic signal and
sign recognition involving Image processing strategy for an autonomous vehicle.
In this framework errands, for example, traffic signal and sign identification for
independent vehicles has been played out The strategy which has been proposed
is utilized for sending the data in regards to when the vehicle needs to take
redirections when there will be any turns on street and begin/quit by traffic
signals. The essential data will be caught by the camera which is interacted to the
Raspberry Pi. The Images which are gathered by the camera are pre-handled with
a few picture handling procedures, for example, Hue, Saturation and Value,
variety space model strategy is utilized for distinguishing traffic signals, for the
recognition of sign Hue Saturation Value model is. The signs are which are on
street will be recognized in view of Region of Interest. The Region of Interest will
be distinguished in view of the elements like tone and state of the article in the
picture which contains traffic signs. The analysis which has led is exceptionally
exact in order of various traffic sign examples on street which has complex
foundation pictures and the outcomes achieved by playing out all errands has
decreased computational expense.
III. Objectives
• The Aim of this project is to make the system fully supported for self-
driving vehicles, using the Raspberry Pi.
• Two different situations are considered: red light and green light.
The main goal of this proposal is to make the project fully automated with other
new features namely, route acquisition using an IR sensor, acquisition of material
using an Ultrasonic sensor. Traffic detection through camera module and
machine learning, rain detection and fog detection finally car-to-car
communication is done using the Bluetooth module. This project provides
additional user flexibility to use fully automated user interface which enables the
user to use special side features. The stand-alone car using the Raspberry pi
contains an ultrasonic sensor, IR sensor, rain sensor, fog sensor, camera module,
16x2 LCD display, dc motor, HC-05 module. A private car using the Arduino Uno
contains a 16x2 LCD display, HC-05 module. The main feature of this model is
the Raspberry pi 3 model B + is the latest product in the Raspberry Pi 3 series,
boasting a 64-bit quad core processor running at 1.4GHz, dual-band 2.4 GHz and
5 GHz wireless LAN, Bluetooth 4.2 / BLE, fast Ethernet, and POE power with
different POE HAT. Raspberry pi 3B + uses an SDHC port or USB storage device
to boot and store files. We use the python IDLE in the programming language of
the raspberry pi model. We use Arduino software in the programming language of
the Arduino Uno pi model. The camera module is connected to the Raspberry pi 3
B + model to capture traffic signal commands to the user processed on the
blueberry board. The IR sensor is used to find a route and transmit it to the
raspberry pi module. Ultrasonic sensor is connected to the area in front of the
private car and the sensor becomes a Detect object in front of our car. The GAS
sensor is used to detect fog in a car. A rain sensor is used to detect rain.
47229
V. Methodology
The Raspberry Pi Microcontroller is used as the backbone of this project where all
sensors including IR sensors, Ultrasonic sensors, rain sensors, gas sensors and
other devices are connected to this module. The Arduino UNO Microcontroller is a
type of controller that operates as an approaching vehicle. The project uses two
left-handed IR sensors and R Right sensors to locate the route, enabling the
autonomous vehicle to detect the route and drive properly. Ultrasonic sensor is
used for object detection. When an object is found a private vehicle will stop. A
rain sensor is used to detect rain when the person in the car will know that the
rain is coming. The gas sensor is used to detect fog in moving vehicles that helps
to detect fog easily. USB camera used to record traffic signal when the Red light is
ON the car should be STOP, when the GREEN light the car should go. A
Bluetooth device is used here to communicate a short distance, whenever a car is
found near a moving car it will know that another car is approaching near this
car. With the help of this module road accidents can be reduced. The Raspberry
Pi has a built-in Bluetooth device (HC-05) so there is no need to connect an
external Bluetooth device to this module. Arduino Uno does not have a built-in
Bluetooth device so it is connected externally. The DC-motor is used to move the
car independently with the help of which the car can move differently.
CNN is a type of neural network that feeds into AI. It is widely used for image
recognition. CNN represents data entry in the form of multidimensional arrays.
Works well with large amounts of labeled data. CNN releases each part of the
inserted image, known as the reception field. It provides the weight of each
neuron based on the critical role of the receiving field. In order to differentiate the
importance of neurons to one another .The CNN structure consists of three layers:
(1) convolutional, (2) pooling, and (3) fully connected.
47230
Convolutional neural networks (CNNs) are widely used in many computer vision
systems such as image classification, face recognition, object detection, and more.
This chapter introduces some of CNN's most popular platforms, including LeNet,
AlexNet, VGG, GoogLeNet, and ResNet. Then, it introduced two scenarios to
launch Inception-v3, CNN's computer vision. In the first case, we create an
Inception-v3 model using Keras Applications. In the second case, we use
TensorFlow Hub to create an Inception-v3 model.
Lane Detection:
Here we used two IR sensors to find the route. Left IR and Right IR are useful for
navigation of the car so that car will move forward, backward, stop, left or right.
The IR Transmitter looks at the dark area and the IR light is visible with an IR
receiver. When the sensor receives a thread then the car controller is transferred
to move it the way forward. If the right IR sensor detects a thread, the vehicle
should move to the right. The left IR sensor receives a thread and the car should
go to the left. It works on the concept of to find a line on the track.
Here we can see in these figure forward because ir sensors has detected the lane
so that the forward message has been displayed.
47231
Obstacle Detection:
then, at that point, the sign gives the outcome. The convincing distance range 2-
80cm, it is 3.3V-5V to work voltage. The recognizable proof extent of the sensor
can be changed by the potentiometer. The transiter conveys the message in
forward heading. Assuming that the article is before the sign, the signs get
reflected from the outer layer of the article. The location point +/ - 45. The
location point can bechanged by the potentiometer, the recognition can be
expanded by changing potentiometer in clockwise heading, and will be diminished
when changed in counter clockwiseend off a particular repeat, when block in the
ID bearing the beneficiary is reflected by the recipient chamber, right after dealing
with through the circuit then the sign gives the outcome. The convincing distance
range 2-80cm, it is 3.3V-5V to work voltage. The ID extent of the sensor can be
changed by the potentiometer. The transiter conveys the message in forward
heading. On the off chance that the article is before the sign, the signs get
reflected from the outer layer of the article. The discovery point +/ - 45. The
discovery point can be changed by the potentiometer, the discovery can be
expanded by changing potentiometer in clockwise course, and will be diminished
when changed in counter clockwise.
Here we can see in these figure that Object ahead stop has the ultrasonic sensor
has detected the object which is ahead of car and passes message to stop car.
Bluetooth module:
Here we can see car 0 detected because the here raspberry pi is car 0 it is nearing
to the arduino car. As it nears to arduino car we can see in the led display of
arduino car that car 0 has detected.
The working of the street traffic signal disclosure computation is according to the
accompanying:
It gets the edges reliably from the pi camera and sends it to the system through
Raspberry pi. It then, at that point, changes the image from RGB over totally to
grayscale, which is a norm advance in estimations using OpenCV. The attention
to the image is also different to 0.75. Then, it segments the image into different
squares and each square is then taken care of freely. It then perceives any traffic
sign models present in the image, and returns the potential gains of the bearings
for the skipping enclose (x, y, w, h) plan. At last, it shows a picture including the
traffic signal sign, passed the stopping request to the motor using 10 pins and
stop or run the vehicle. The working of the computation is in like manner sorted
out as a stream chart underneath. The dataset used given by OpenCV which
contain arranged pictures of traffic signals.
47233
Here in these figure we can see that the green light has been detected has the
signal detected is green the car will move.
Here in these figure we can see that red light has been detected has the signal
detected is red the car will stop.
VII. Conclusion
The Self-driving vehicle was effectively ready to explore itself through the path
while identifying road sign, deterrent and path and making moves as needs be
with practically no human intercession. Raspberry pi is utilized here which
expands the exhibition and the handling speed. It utilizes both Open CV and
sensor. It tends to be seen that the arrangement proposed in this paper has better
precision and execution contrasted with different methodologies . The utilization
of sensor assists with decreasing the general expense and builds the presentation.
The independent vehicle utilizing Raspberry pi contains a ultrasonic sensor, IR
sensor, downpour sensor, haze sensor, camera module, 16x2 LCD show, dc
engine, HC-05 module. Furthermore, by creating the correspondence between two
vehicles we can keep away from the accidents.
References