SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 10 | Oct 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 465
Route Intensity Tracker using Machine Learning and Database
Management
Ambati Maneesha1, Munukoti Likhit2
1 Dept. of Information Technology Army Institute of Technology, Maharashtra, India
2 Dept. of Computer Engineering Army Institute of Technology, Maharashtra, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Due to the lack of maintenance on aging roads
and roads in maintenance and the insufficient use of proper
measures to prevent accidents, there has been a significant
rise in the number of road accidents. Furthermore, it is
advantageous to consider an alternative route after receiving
advance information about the road conditions. This study
delves into the utilization of image processing, object
recognition using machine learning for analyzing photos and
proactively alerting automobile drivers to potential hazards.
To achieve this, we will employ various techniques, including
image processing, image data cleaning methods, speed
breaker detection methods, pothole detection algorithms,
database management system. Additionally, we will focus on
enhancing and enhancing the accuracy and efficiency of this
application.
Key Words: Potholes, Speed bumps, Road intensity,
Machine Learning, Database management, Real time
detection, Convolutional Neural Network.
1.INTRODUCTION
India, the world's most populous country, boasts a rapidly
growing economy. In the context of Indian road conditions,
the development of an automated driver guidance system
holds paramount significance. The detection of speed-
breakers, potholes or roads in maintenance is crucial as
numerous accidents occur due to the abrupt appearance of
these road hazards.
Without a doubt, the inadequate maintenance of roads and
the sudden appearance of potholes are significant factors
contributing to road accidents. They not only jeopardize
safety but can also inflict substantial damage to a vehicle's
wheels and structure, along with a potential of accidents
happening and lives matters on it. This technology offers
early warnings to drivers as they select a roadway to their
destination about speed limiters or sudden changes in road
conditions, prompting immediate alerts.
Speed bumps are strategically positioned in areas where it's
essential to control vehicle speed for accident prevention,
such as accident-prone zones, sharp curves, congested
residential streets, and unguarded level crossings. The
physical characteristicsoftheseroadfeatures,includingtheir
height, length, and the presence of ramps, can exhibit
considerable variation. There are generally two types of
speed bumps: those thatareclearlymarkedwithvisiblepaint
or markings and those that have no such markings.Detecting
the former is a relatively simple task using image processing
techniques, but identifying unmarked speed bumps can be
exceptionally difficult, especially when they lack the
distinctive yellow or whitewarning stripes.Whilethehuman
visual system can recognize marked speed bumps from a
distance, it faces significant challenges when it comes to
identifying unmarkedones.Hence,weintroduceanapproach
for the detection of unmarked speed bumps, a critical step in
preventing accidents and ensuring a smoother driving
experience.
Potholes, being a form of road damage, act as important
indicators of structural problems within asphalt roads. The
precise detection of potholes is crucial for deciding on the
right maintenance and rehabilitation approaches forasphalt
pavements. Nonetheless, manual detection and assessment
methods are both costly and time-intensive. As a result,
numerous initiatives have been launched to create
technology capable of automatically identifying and
categorizing potholes, with the goal of improving survey
efficiency andadvancing pavement improvement initiatives.
1.1 Potholes detection
Detecting and distinguishing between potholes and smooth,
well-maintained roads is a crucial task with far-reaching
implications for road safety and upkeep. Machine learning
has emerged as a formidable tool in tackling this challenge,
offering multiple avenues to accurately identify and
differentiate these road conditions.
Convolutional Neural Networks (CNNs) have proven highly
effective in this context. By trainingtheseneuralnetworkson
a dataset encompassing images of both pothole-laden and
smooth roads, they can learnto identify distinguishingvisual
features. CNNs excel at recognizing patterns, textures, and
shapes, making them adept at identifying potholesinimages.
Table -1: Pothole detection Algorithms performances
Algorithm Estimated
Accuracy
Computer Vision (CNN) Approximately
85-95%
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 10 | Oct 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 466
LiDAR-based Approximately
90-98%
Acoustic Sensors Approximately
80-90%
Machine Learning (Overall) Approximately
88-96%
However, among thesediverseapproaches,machinelearning
emerges as the superior choice for several compelling
reasons. Firstly, machine learning models possess the
capacity to adapt and refine their performance over time.
Secondly, machinelearningmodelscangrapplewithcomplex
and non-linear data relationships. Machine learning
algorithms, especially deep learning models like CNNs, are
adept at capturing these subtle differences and making
generalizations based on them.
A strong image recognition system may be easily built and
deployed by anyone thanks to the object detection API of
Tensorflow. It offersa varietyof pre-trained models (trained
on various datasets) that, after being tweaked, can beusedto
create unique classifiers, detectors, and recognizers. We've
chosen the "F-RCNN inception v2" model.
Transfer Learning applies the knowledge acquired while
resolving one problem to another, unrelated one. We may
make significant time savings with this method. In the
technique below, we choose any pre-trained model and then
refine it. To improve the pre-trained CNN, we get the new
dataset. The sameweights can be used to extract thefeatures
from the new dataset if it shares characteristics with the old
dataset. The dataset in our instance differs significantly from
the original dataset. In contrast to the later layers of CNN,
which become increasingly more focused on the specifics of
the classes in the original dataset, the earlier levels of CNN
contain more general properties.
The improved version of the inception network series is
called inception v2. The architectureof CNNs is intricate.The
first installment in this series is called Inception v1.
Convolution is performed on the input using Inception v1
using 3 distinct filter sizes (1x1, 3x3,and 5x5).Maxpoolingis
additionally utilized. The following conception module
receives the concatenated Outputs after being provided to it.
The number of input channels is limited by adding an
additional 1x1 convolution before the 3x3 and 5x5
convolutions because deep learning networks are
computationally expensive. The GoogLeNet neural network
architecture, which has nine of these inception modules,was
created using this inception module. Additionally, the
Inception v2 architecture is introduced to speed up
calculation.
1.2 Speed-bump detection
Detecting and telling the difference between marked and
unmarked speed bumps on the road is important for road
safety. Machinelearning can helpwiththistask,andthereare
different ways to do it.
One way is to use cameras and computer vision. This means
using cameras to look at the road and then using computer
programs to understand what the camera sees.
ConvolutionalNeuralNetworks(CNNs)areespeciallygoodat
this. We can teach these neural networks to recognize speed
bumps, especially those with lines or symbols painted on
them. CNNs are good at recognizing shapes, patterns, and
textures, so they can spot marked speed bumps.
Table -2: Speed bump detection Algorithm
performances
Algorithm Estimated
Accuracy
Computer Vision (CNN) Approximately 85-
95%
LiDAR-based Approximately 90-
97%
Acoustic Sensors Approximately 80-
90%
Machine Learning (Overall) Approximately 88-
96%
But why is machine learning the best choice? Here are some
reasons:
a. Combining Different Data: Machinelearningcanuse
information from cameras, LiDAR, and acoustic
sensors allat once. This makes it better at telling the
difference between marked and unmarked speed
bumps.
b. Handling Complexity: Roads and speed bump
markings can be different in many ways. Machine
learning is good at handling these differences and
adapting to new situations.
c. Improvement Over Time: Machine learning models
can get better as they see more data and as road
conditions change. This is important because roads
can change due to weather or repairs.
d. Real-TimeProcessing:Machinelearningcanworkin
real-time, so it can give drivers warnings or adjust a
vehicle's suspension right away when it detects a
speed bump. This helps with safety and comfort.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 10 | Oct 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 467
e. Scalability: Machine learning can be used on many
vehicles and roads without costing too much. It's a
cost-effective way to monitor roads.
Before we can use the CNN for our classification application,
it must be trained. During thetrainingphase,wegivetheCNN
a variety of images along with the expectedresultsorclasses.
In order to create an optimum network, this process is
repeated a certain number of times. To shorten the overall
training period, we applied the transfer learning strategy. In
transfer learning, the final classification layer of the
pretrained convolution neural network is changed. These
networks divide the data into 1000 or more classes after
being trained on millions of photos over several weeks. We
use the networks as-is and construct our network on top of
them because they are so well-optimized.
Fig-3: Schematic representation of CNN
Another way is to use LiDAR, which is like a laser scanner.
LiDAR sends out laser beams to make 3D maps of the road.
Machine learning can analyze these maps to find places
where the road is uneven, like where there are speed bumps.
LiDAR may not see markings, but it can still tell us where the
speed bumps are.
Acoustic sensors are another option. These sensors listen to
the sounds that cars make when they drive over different
road surfaces. Machine learning can learn the sounds of cars
going over speed bumps andusethattodetectthem.Acoustic
sensors can help, especially when it's hard to see speed
bumps.
1.3 Database Management System
The proposed database system has an important job: it helps
collect andstore essential informationaboutroads.Itfocuses
on where a journey starts, where it ends, and three points in
between. Plus, it also keeps track of things like speed bumps
and potholes. This system is a big step forward in how we
manage and keep our roads safe.
The system is really good at keeping track of where you're
going. It stores the starting point and endingpointofatrip,as
well as three places youmightstopalongtheway.Thismakes
it easier to plan routes for things like transportationservices,
emergency responses, and city planning. With this database,
you can quickly find out the order of these placesandhowfar
apart they are, which helps with making smart decisions
about travel routes.
But it's not justabout where you're going; it's alsoabouthow
safethe journey is. That's where the data about speedbumps
and potholes comes in. These road issues can be dangerous
fordrivers, passengers,andvehicles.So,it'sessentialtoknow
where they are and how bad they are. The database keeps
this information, and it can be used by people in charge of
roads and those who make navigation apps to take action to
keep roads safe and in good shape.
Fig-4: Front end parameters for input
The database also lets you look up information about speed
bumps and potholes. This means you can find out how often
they appear on certain routes. This is super helpful for city
planners, road maintenance teams,and safety organizations.
It helps them figure out which roads need fixing and where
they should focus their efforts. This way, they can use their
resources wisely and make the roads safer for everyone.
Additionally, the database can help with studying trendsand
patterns. By collecting data over time and in different areas,
we can learn more about where and when speed bumps and
potholes tend to show up. This information can guide
decisions on how to improve roads and reduce hazards.
Ultimately, this database system is like a smart assistant for
road information. It keeps track of where you're going, notes
any road issues like speed bumps and potholes, and lets you
find out how often these problems occur. It helps city
planners, road maintenance teams, and safety groups make
betterdecisionsaboutroadimprovements,ultimatelymaking
our roads safer and more efficient.
2. Methodology
Popular for finding objects in photos is the object detection
method YOLO. In order to forecast the vector ofthebounding
boxes and potholes, this technique uses a single neural
network. It operates by dividing images intoa5x5-sizedgrid.
Each grid cell can forecast the number of potential bounding
boxes and the degree of confidence (i.e., confidence score)
that the cell will contain the object, in this case a pothole. We
will get 5x5xN boxes as a result. The algorithm continues to
eliminate the boxes that are below a certain minimum
probability level because the majority of these boxes will
have a very low likelihood.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 10 | Oct 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 468
Fig-5: YOLO Algorithm
To eliminate all of the duplicate objects, the remaining
bounding boxes are then shifted towards a non-max
suppression. The YOLO V3 model usedinthisstudyistrained
using entire photos and the probability of the class within
bounding boxes. In comparisontotheoriginalapproachesfor
object detection, this method has many advantages. The
YOLO V3 model moves quickly. Because YOLO V3 works on
object detection as a regression problem, a complicated
pipeline is not required. This suggests that real-time video
processing is also possible with latency as low as 25ms.
Before detecting and making predictions, YOLO V3 examines
the image as a whole
Fig-6: Algorithm performance
Machine learning has emerged as the top most effective
methodology fordetecting potholes and speed bumps due to
its adaptability, precision, and versatility.Potholesandspeed
bumps present significant challenges in terms of road safety
and infrastructuremaintenance, and machinelearningoffers
a multitude of advantages in addressing these issues.
Models such as Convolutional Neural Networks (CNNs) and
other deep learning algorithms are especially adept at
identifying patterns and irregularities within visual data.
When these models are trained using a dataset that includes
images of roads featuring potholes and speed bumps, they
can effectivelylearntoidentifytheuniquecharacteristicsand
shapes associated with these road conditions. This level of
precision is challengingtoachieveusingtraditionalcomputer
vision methods.
Machine learningalsoexcelsinreal-timeprocessing,acritical
capability when it comes to pothole and speed bump
detection. These road hazards can emerge suddenly, posing
immediate risks to drivers. Machine learning models are
capable of analyzing data and making decisions in real-time,
enabling swift response mechanisms like warning signals,
adaptive suspension systems, or instant alerts to road
maintenance teams. Additionally, machine learning is cost-
effective and scalable. Once developed and trained, machine
learning models can be deployed across a broad spectrum of
vehicles and road infrastructure without incurring
substantialadditional costs.This scalability makes it feasible
to establish comprehensive road monitoring systems,
providinga cost-efficientsolutionsuitableforbothurbanand
rural areas.
Fig -7: Flow chart of the system
While alternative methods such as traditional computer
vision or manual inspections have been used for pothole and
speed bump detection, they often fall short in terms of
accuracy, efficiency, and scalability. Traditional computer
vision techniques may struggle to cope with variable road
conditions and lighting, whereas manual inspections are
labor-intensive and susceptible to human error.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 10 | Oct 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 469
3. CONCLUSION
The main reasons for accidents are going too fast and hitting
potholes. To prevent accidents, it's really important that the
car can automatically see and understand speed limit signs
and potholes. One of the hardest parts of making cars
smarter about this is recognizing speed bumps andpotholes
that don't have any markings. Also, it's important to check if
the methods we use to find speed bumps and potholes are
working well. Researchers have come up with ways to
measure how good the computer programs are at finding
them. But there's still a lot of work to do to make these
programs even better, especially when they have to look at
tricky or messy pictures and find potholes and speed bumps
really quickly. Overall, making these detection methods
better will help us use computerstounderstand picturesand
videos in all sorts of ways, like recognizing objects,
separating parts of pictures, and following things as they
move. This can be useful in fields like medicine,security,and
self-driving cars.
REFERENCES
[1] Arunpriyan j, Sajith Variyar V.V, Soman K.P, Adarsh S,
"Real-Time Speed Bump Detection Using Image
Segmentation for Autonomous Vehicle", ICICCS 2019:
IntelligentComputing,InformationandControl System,
pp. 308-315, 2019.
[2] M. Jain, A. P. Singh, S. Bali, and S. Kaul, (2012) Speed-
breaker early warning system, in Proc. 6th
USENIX/ACM Workshop Netw. Syst. Develop. Regions,
Boston, MA, USA, pp. 1–6
[3] M. Afrin, M. R. Mahmud, and M. A. C. Fernández et al.,
“Freespaceandspeedhumps detectionusinglidarand
vision for urban autonomous navigation,” in
proceedings IEEE Inteligent Vehicle Symposium, 3-7
June 2012, pp. 698–703.
[4] Varmaa V. S. K. P et al, "Real Time Detection of Speed
Hump/Bump and Distance Estimation with Deep
Learning using GPU and ZED Stereo Camera", 8th
InternationalConferenceonAdvancesinComputingand
Communication (ICACC), 2018.
[5] SNeinaber, MJBooysen, RS Kroon, “Detecting potholes
using Simple Image processing Techniques and real
world Footage” Stellenbosch University, Private Bag X1,
Matieland
[6] Mae M. Garcillanosa, Jian Mikee L. Pacheco, Rowie E.
Reyes, Junelle Joy P. San Juan “Smart Detection and
Reporting of Potholes via Image-Processing using
Raspberry-PiMicrocontroller”CabuyaoCity,Philippines
[7] Jin Lin and Yayu Liu Ajit Danti, Jyoti Y. Kulkarni, and P.
S.Hiremath, “An Image Processing Approach to Detect
Lanes, Potholes and recognize road Signs in Indian
Roads”, International Journal of Modeling and
Optimization, Vol. 2, No.6, December 2012.
[8] Vijayalakshmi B, Kiran P, Kishor Jadav B ”Detection of
Potholes using Machine Learning and Image
Processing”, International Journal of Engineering
Research&Technology(IJERT)ISSN:2278-0181NCAIT
- 2020 Conference Proceedings
[9] Rasyid, Alfandino; Yudianto, Firman; Wicaksono,
Hendro; Ulil Albaab, Mochammad Rifki; Fajrul Falah,
Muhammad; Fridelin Panduman, Yohanes Yohanie;
Arman Yusuf, Alviansyah; Basuki, Dwi Kurnia;
Tjahjono, Anang; Nourma Budiarti, Rizqi Putri;
Sukaridhoto, Sritrusta (2019). [IEEE 2019
International Electronics Symposium (IES) - Surabaya,
Indonesia (2019.9.27-2019.9.28)] 2019 International
Electronics Symposium(IES) -PotholeVisual Detection
using Machine Learning Method integrated with
Internet of Thing Video Streaming Platform. , (), 672–
675.
[10] Dewangan, Deepak Kumar; Sahu, Satya Prakash
(2020). Deep Learning Based Speed Bump Detection
Model for Intelligent Vehicle System using Raspberry
Pi. IEEE Sensors Journal
[11] Shah, Sandeep; Deshmukh, Chandrakant(2019). [IEEE
2019 IEEE Transportation Electrification Conference
(ITEC-India) - Bengaluru, India (2019.12.17-
2019.12.19)] 2019 IEEE TransportationElectrification
Conference (ITEC-India) - Pothole and Bumpdetection
using Convolution Neural Networks

More Related Content

Similar to Route Intensity Tracker using Machine Learning and Database Management

IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...IRJET Journal
 
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...IRJET Journal
 
VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV
VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCVVEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV
VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCVIRJET Journal
 
IRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET Journal
 
IRJET- Traffic Sign Recognition for Autonomous Cars
IRJET- Traffic Sign Recognition for Autonomous CarsIRJET- Traffic Sign Recognition for Autonomous Cars
IRJET- Traffic Sign Recognition for Autonomous CarsIRJET Journal
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemIRJET Journal
 
An Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNNAn Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNNIRJET Journal
 
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...IRJET Journal
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET Journal
 
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)IRJET Journal
 
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...IRJET Journal
 
Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...Conference Papers
 
AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...
AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...
AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...IRJET Journal
 
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET Journal
 
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET Journal
 
Congestion Control System Using Machine Learning
Congestion Control System Using Machine LearningCongestion Control System Using Machine Learning
Congestion Control System Using Machine LearningIRJET Journal
 
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNNTRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNNIRJET Journal
 
Intelligent Traffic Light Control System
Intelligent Traffic Light Control SystemIntelligent Traffic Light Control System
Intelligent Traffic Light Control SystemIRJET Journal
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET Journal
 
A Transfer Learning Approach to Traffic Sign Recognition
A Transfer Learning Approach to Traffic Sign RecognitionA Transfer Learning Approach to Traffic Sign Recognition
A Transfer Learning Approach to Traffic Sign RecognitionIRJET Journal
 

Similar to Route Intensity Tracker using Machine Learning and Database Management (20)

IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
 
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
Lane Detection and Traffic Sign Recognition using OpenCV and Deep Learning fo...
 
VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV
VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCVVEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV
VEHICLES AND TOURIST FREQUENCY TRACKING USING OPENCV
 
IRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management SystemIRJET- Intelligent Traffic Management System
IRJET- Intelligent Traffic Management System
 
IRJET- Traffic Sign Recognition for Autonomous Cars
IRJET- Traffic Sign Recognition for Autonomous CarsIRJET- Traffic Sign Recognition for Autonomous Cars
IRJET- Traffic Sign Recognition for Autonomous Cars
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance System
 
An Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNNAn Experimental Analysis on Self Driving Car Using CNN
An Experimental Analysis on Self Driving Car Using CNN
 
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
IRJET- Congestion Reducing System through Sensors, Image Processors and Vanet...
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring System
 
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
 
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
Smart Traffic Congestion Control System: Leveraging Machine Learning for Urba...
 
Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...Real time vehicle counting in complex scene for traffic flow estimation using...
Real time vehicle counting in complex scene for traffic flow estimation using...
 
AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...
AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...
AUTOMATIC SPEED CONTROLLING OF VEHICLE BASED ON SIGNBOARD DETECTION USING IMA...
 
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
 
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic AnalysisIRJET- A Survey of Approaches for Vehicle Traffic Analysis
IRJET- A Survey of Approaches for Vehicle Traffic Analysis
 
Congestion Control System Using Machine Learning
Congestion Control System Using Machine LearningCongestion Control System Using Machine Learning
Congestion Control System Using Machine Learning
 
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNNTRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
 
Intelligent Traffic Light Control System
Intelligent Traffic Light Control SystemIntelligent Traffic Light Control System
Intelligent Traffic Light Control System
 
IRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoTIRJET - Road Condition Improvement in Smart Cities using IoT
IRJET - Road Condition Improvement in Smart Cities using IoT
 
A Transfer Learning Approach to Traffic Sign Recognition
A Transfer Learning Approach to Traffic Sign RecognitionA Transfer Learning Approach to Traffic Sign Recognition
A Transfer Learning Approach to Traffic Sign Recognition
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 

Recently uploaded (20)

CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 

Route Intensity Tracker using Machine Learning and Database Management

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 10 | Oct 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 465 Route Intensity Tracker using Machine Learning and Database Management Ambati Maneesha1, Munukoti Likhit2 1 Dept. of Information Technology Army Institute of Technology, Maharashtra, India 2 Dept. of Computer Engineering Army Institute of Technology, Maharashtra, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Due to the lack of maintenance on aging roads and roads in maintenance and the insufficient use of proper measures to prevent accidents, there has been a significant rise in the number of road accidents. Furthermore, it is advantageous to consider an alternative route after receiving advance information about the road conditions. This study delves into the utilization of image processing, object recognition using machine learning for analyzing photos and proactively alerting automobile drivers to potential hazards. To achieve this, we will employ various techniques, including image processing, image data cleaning methods, speed breaker detection methods, pothole detection algorithms, database management system. Additionally, we will focus on enhancing and enhancing the accuracy and efficiency of this application. Key Words: Potholes, Speed bumps, Road intensity, Machine Learning, Database management, Real time detection, Convolutional Neural Network. 1.INTRODUCTION India, the world's most populous country, boasts a rapidly growing economy. In the context of Indian road conditions, the development of an automated driver guidance system holds paramount significance. The detection of speed- breakers, potholes or roads in maintenance is crucial as numerous accidents occur due to the abrupt appearance of these road hazards. Without a doubt, the inadequate maintenance of roads and the sudden appearance of potholes are significant factors contributing to road accidents. They not only jeopardize safety but can also inflict substantial damage to a vehicle's wheels and structure, along with a potential of accidents happening and lives matters on it. This technology offers early warnings to drivers as they select a roadway to their destination about speed limiters or sudden changes in road conditions, prompting immediate alerts. Speed bumps are strategically positioned in areas where it's essential to control vehicle speed for accident prevention, such as accident-prone zones, sharp curves, congested residential streets, and unguarded level crossings. The physical characteristicsoftheseroadfeatures,includingtheir height, length, and the presence of ramps, can exhibit considerable variation. There are generally two types of speed bumps: those thatareclearlymarkedwithvisiblepaint or markings and those that have no such markings.Detecting the former is a relatively simple task using image processing techniques, but identifying unmarked speed bumps can be exceptionally difficult, especially when they lack the distinctive yellow or whitewarning stripes.Whilethehuman visual system can recognize marked speed bumps from a distance, it faces significant challenges when it comes to identifying unmarkedones.Hence,weintroduceanapproach for the detection of unmarked speed bumps, a critical step in preventing accidents and ensuring a smoother driving experience. Potholes, being a form of road damage, act as important indicators of structural problems within asphalt roads. The precise detection of potholes is crucial for deciding on the right maintenance and rehabilitation approaches forasphalt pavements. Nonetheless, manual detection and assessment methods are both costly and time-intensive. As a result, numerous initiatives have been launched to create technology capable of automatically identifying and categorizing potholes, with the goal of improving survey efficiency andadvancing pavement improvement initiatives. 1.1 Potholes detection Detecting and distinguishing between potholes and smooth, well-maintained roads is a crucial task with far-reaching implications for road safety and upkeep. Machine learning has emerged as a formidable tool in tackling this challenge, offering multiple avenues to accurately identify and differentiate these road conditions. Convolutional Neural Networks (CNNs) have proven highly effective in this context. By trainingtheseneuralnetworkson a dataset encompassing images of both pothole-laden and smooth roads, they can learnto identify distinguishingvisual features. CNNs excel at recognizing patterns, textures, and shapes, making them adept at identifying potholesinimages. Table -1: Pothole detection Algorithms performances Algorithm Estimated Accuracy Computer Vision (CNN) Approximately 85-95%
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 10 | Oct 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 466 LiDAR-based Approximately 90-98% Acoustic Sensors Approximately 80-90% Machine Learning (Overall) Approximately 88-96% However, among thesediverseapproaches,machinelearning emerges as the superior choice for several compelling reasons. Firstly, machine learning models possess the capacity to adapt and refine their performance over time. Secondly, machinelearningmodelscangrapplewithcomplex and non-linear data relationships. Machine learning algorithms, especially deep learning models like CNNs, are adept at capturing these subtle differences and making generalizations based on them. A strong image recognition system may be easily built and deployed by anyone thanks to the object detection API of Tensorflow. It offersa varietyof pre-trained models (trained on various datasets) that, after being tweaked, can beusedto create unique classifiers, detectors, and recognizers. We've chosen the "F-RCNN inception v2" model. Transfer Learning applies the knowledge acquired while resolving one problem to another, unrelated one. We may make significant time savings with this method. In the technique below, we choose any pre-trained model and then refine it. To improve the pre-trained CNN, we get the new dataset. The sameweights can be used to extract thefeatures from the new dataset if it shares characteristics with the old dataset. The dataset in our instance differs significantly from the original dataset. In contrast to the later layers of CNN, which become increasingly more focused on the specifics of the classes in the original dataset, the earlier levels of CNN contain more general properties. The improved version of the inception network series is called inception v2. The architectureof CNNs is intricate.The first installment in this series is called Inception v1. Convolution is performed on the input using Inception v1 using 3 distinct filter sizes (1x1, 3x3,and 5x5).Maxpoolingis additionally utilized. The following conception module receives the concatenated Outputs after being provided to it. The number of input channels is limited by adding an additional 1x1 convolution before the 3x3 and 5x5 convolutions because deep learning networks are computationally expensive. The GoogLeNet neural network architecture, which has nine of these inception modules,was created using this inception module. Additionally, the Inception v2 architecture is introduced to speed up calculation. 1.2 Speed-bump detection Detecting and telling the difference between marked and unmarked speed bumps on the road is important for road safety. Machinelearning can helpwiththistask,andthereare different ways to do it. One way is to use cameras and computer vision. This means using cameras to look at the road and then using computer programs to understand what the camera sees. ConvolutionalNeuralNetworks(CNNs)areespeciallygoodat this. We can teach these neural networks to recognize speed bumps, especially those with lines or symbols painted on them. CNNs are good at recognizing shapes, patterns, and textures, so they can spot marked speed bumps. Table -2: Speed bump detection Algorithm performances Algorithm Estimated Accuracy Computer Vision (CNN) Approximately 85- 95% LiDAR-based Approximately 90- 97% Acoustic Sensors Approximately 80- 90% Machine Learning (Overall) Approximately 88- 96% But why is machine learning the best choice? Here are some reasons: a. Combining Different Data: Machinelearningcanuse information from cameras, LiDAR, and acoustic sensors allat once. This makes it better at telling the difference between marked and unmarked speed bumps. b. Handling Complexity: Roads and speed bump markings can be different in many ways. Machine learning is good at handling these differences and adapting to new situations. c. Improvement Over Time: Machine learning models can get better as they see more data and as road conditions change. This is important because roads can change due to weather or repairs. d. Real-TimeProcessing:Machinelearningcanworkin real-time, so it can give drivers warnings or adjust a vehicle's suspension right away when it detects a speed bump. This helps with safety and comfort.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 10 | Oct 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 467 e. Scalability: Machine learning can be used on many vehicles and roads without costing too much. It's a cost-effective way to monitor roads. Before we can use the CNN for our classification application, it must be trained. During thetrainingphase,wegivetheCNN a variety of images along with the expectedresultsorclasses. In order to create an optimum network, this process is repeated a certain number of times. To shorten the overall training period, we applied the transfer learning strategy. In transfer learning, the final classification layer of the pretrained convolution neural network is changed. These networks divide the data into 1000 or more classes after being trained on millions of photos over several weeks. We use the networks as-is and construct our network on top of them because they are so well-optimized. Fig-3: Schematic representation of CNN Another way is to use LiDAR, which is like a laser scanner. LiDAR sends out laser beams to make 3D maps of the road. Machine learning can analyze these maps to find places where the road is uneven, like where there are speed bumps. LiDAR may not see markings, but it can still tell us where the speed bumps are. Acoustic sensors are another option. These sensors listen to the sounds that cars make when they drive over different road surfaces. Machine learning can learn the sounds of cars going over speed bumps andusethattodetectthem.Acoustic sensors can help, especially when it's hard to see speed bumps. 1.3 Database Management System The proposed database system has an important job: it helps collect andstore essential informationaboutroads.Itfocuses on where a journey starts, where it ends, and three points in between. Plus, it also keeps track of things like speed bumps and potholes. This system is a big step forward in how we manage and keep our roads safe. The system is really good at keeping track of where you're going. It stores the starting point and endingpointofatrip,as well as three places youmightstopalongtheway.Thismakes it easier to plan routes for things like transportationservices, emergency responses, and city planning. With this database, you can quickly find out the order of these placesandhowfar apart they are, which helps with making smart decisions about travel routes. But it's not justabout where you're going; it's alsoabouthow safethe journey is. That's where the data about speedbumps and potholes comes in. These road issues can be dangerous fordrivers, passengers,andvehicles.So,it'sessentialtoknow where they are and how bad they are. The database keeps this information, and it can be used by people in charge of roads and those who make navigation apps to take action to keep roads safe and in good shape. Fig-4: Front end parameters for input The database also lets you look up information about speed bumps and potholes. This means you can find out how often they appear on certain routes. This is super helpful for city planners, road maintenance teams,and safety organizations. It helps them figure out which roads need fixing and where they should focus their efforts. This way, they can use their resources wisely and make the roads safer for everyone. Additionally, the database can help with studying trendsand patterns. By collecting data over time and in different areas, we can learn more about where and when speed bumps and potholes tend to show up. This information can guide decisions on how to improve roads and reduce hazards. Ultimately, this database system is like a smart assistant for road information. It keeps track of where you're going, notes any road issues like speed bumps and potholes, and lets you find out how often these problems occur. It helps city planners, road maintenance teams, and safety groups make betterdecisionsaboutroadimprovements,ultimatelymaking our roads safer and more efficient. 2. Methodology Popular for finding objects in photos is the object detection method YOLO. In order to forecast the vector ofthebounding boxes and potholes, this technique uses a single neural network. It operates by dividing images intoa5x5-sizedgrid. Each grid cell can forecast the number of potential bounding boxes and the degree of confidence (i.e., confidence score) that the cell will contain the object, in this case a pothole. We will get 5x5xN boxes as a result. The algorithm continues to eliminate the boxes that are below a certain minimum probability level because the majority of these boxes will have a very low likelihood.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 10 | Oct 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 468 Fig-5: YOLO Algorithm To eliminate all of the duplicate objects, the remaining bounding boxes are then shifted towards a non-max suppression. The YOLO V3 model usedinthisstudyistrained using entire photos and the probability of the class within bounding boxes. In comparisontotheoriginalapproachesfor object detection, this method has many advantages. The YOLO V3 model moves quickly. Because YOLO V3 works on object detection as a regression problem, a complicated pipeline is not required. This suggests that real-time video processing is also possible with latency as low as 25ms. Before detecting and making predictions, YOLO V3 examines the image as a whole Fig-6: Algorithm performance Machine learning has emerged as the top most effective methodology fordetecting potholes and speed bumps due to its adaptability, precision, and versatility.Potholesandspeed bumps present significant challenges in terms of road safety and infrastructuremaintenance, and machinelearningoffers a multitude of advantages in addressing these issues. Models such as Convolutional Neural Networks (CNNs) and other deep learning algorithms are especially adept at identifying patterns and irregularities within visual data. When these models are trained using a dataset that includes images of roads featuring potholes and speed bumps, they can effectivelylearntoidentifytheuniquecharacteristicsand shapes associated with these road conditions. This level of precision is challengingtoachieveusingtraditionalcomputer vision methods. Machine learningalsoexcelsinreal-timeprocessing,acritical capability when it comes to pothole and speed bump detection. These road hazards can emerge suddenly, posing immediate risks to drivers. Machine learning models are capable of analyzing data and making decisions in real-time, enabling swift response mechanisms like warning signals, adaptive suspension systems, or instant alerts to road maintenance teams. Additionally, machine learning is cost- effective and scalable. Once developed and trained, machine learning models can be deployed across a broad spectrum of vehicles and road infrastructure without incurring substantialadditional costs.This scalability makes it feasible to establish comprehensive road monitoring systems, providinga cost-efficientsolutionsuitableforbothurbanand rural areas. Fig -7: Flow chart of the system While alternative methods such as traditional computer vision or manual inspections have been used for pothole and speed bump detection, they often fall short in terms of accuracy, efficiency, and scalability. Traditional computer vision techniques may struggle to cope with variable road conditions and lighting, whereas manual inspections are labor-intensive and susceptible to human error.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 10 | Oct 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 469 3. CONCLUSION The main reasons for accidents are going too fast and hitting potholes. To prevent accidents, it's really important that the car can automatically see and understand speed limit signs and potholes. One of the hardest parts of making cars smarter about this is recognizing speed bumps andpotholes that don't have any markings. Also, it's important to check if the methods we use to find speed bumps and potholes are working well. Researchers have come up with ways to measure how good the computer programs are at finding them. But there's still a lot of work to do to make these programs even better, especially when they have to look at tricky or messy pictures and find potholes and speed bumps really quickly. Overall, making these detection methods better will help us use computerstounderstand picturesand videos in all sorts of ways, like recognizing objects, separating parts of pictures, and following things as they move. This can be useful in fields like medicine,security,and self-driving cars. REFERENCES [1] Arunpriyan j, Sajith Variyar V.V, Soman K.P, Adarsh S, "Real-Time Speed Bump Detection Using Image Segmentation for Autonomous Vehicle", ICICCS 2019: IntelligentComputing,InformationandControl System, pp. 308-315, 2019. [2] M. Jain, A. P. Singh, S. Bali, and S. Kaul, (2012) Speed- breaker early warning system, in Proc. 6th USENIX/ACM Workshop Netw. Syst. Develop. Regions, Boston, MA, USA, pp. 1–6 [3] M. Afrin, M. R. Mahmud, and M. A. C. Fernández et al., “Freespaceandspeedhumps detectionusinglidarand vision for urban autonomous navigation,” in proceedings IEEE Inteligent Vehicle Symposium, 3-7 June 2012, pp. 698–703. [4] Varmaa V. S. K. P et al, "Real Time Detection of Speed Hump/Bump and Distance Estimation with Deep Learning using GPU and ZED Stereo Camera", 8th InternationalConferenceonAdvancesinComputingand Communication (ICACC), 2018. [5] SNeinaber, MJBooysen, RS Kroon, “Detecting potholes using Simple Image processing Techniques and real world Footage” Stellenbosch University, Private Bag X1, Matieland [6] Mae M. Garcillanosa, Jian Mikee L. Pacheco, Rowie E. Reyes, Junelle Joy P. San Juan “Smart Detection and Reporting of Potholes via Image-Processing using Raspberry-PiMicrocontroller”CabuyaoCity,Philippines [7] Jin Lin and Yayu Liu Ajit Danti, Jyoti Y. Kulkarni, and P. S.Hiremath, “An Image Processing Approach to Detect Lanes, Potholes and recognize road Signs in Indian Roads”, International Journal of Modeling and Optimization, Vol. 2, No.6, December 2012. [8] Vijayalakshmi B, Kiran P, Kishor Jadav B ”Detection of Potholes using Machine Learning and Image Processing”, International Journal of Engineering Research&Technology(IJERT)ISSN:2278-0181NCAIT - 2020 Conference Proceedings [9] Rasyid, Alfandino; Yudianto, Firman; Wicaksono, Hendro; Ulil Albaab, Mochammad Rifki; Fajrul Falah, Muhammad; Fridelin Panduman, Yohanes Yohanie; Arman Yusuf, Alviansyah; Basuki, Dwi Kurnia; Tjahjono, Anang; Nourma Budiarti, Rizqi Putri; Sukaridhoto, Sritrusta (2019). [IEEE 2019 International Electronics Symposium (IES) - Surabaya, Indonesia (2019.9.27-2019.9.28)] 2019 International Electronics Symposium(IES) -PotholeVisual Detection using Machine Learning Method integrated with Internet of Thing Video Streaming Platform. , (), 672– 675. [10] Dewangan, Deepak Kumar; Sahu, Satya Prakash (2020). Deep Learning Based Speed Bump Detection Model for Intelligent Vehicle System using Raspberry Pi. IEEE Sensors Journal [11] Shah, Sandeep; Deshmukh, Chandrakant(2019). [IEEE 2019 IEEE Transportation Electrification Conference (ITEC-India) - Bengaluru, India (2019.12.17- 2019.12.19)] 2019 IEEE TransportationElectrification Conference (ITEC-India) - Pothole and Bumpdetection using Convolution Neural Networks