SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3578
Lane Detection using Neural Networks
M Juanita Sarah Rachel1, S Kalaiselvi2, R Salini3
1UG student, BE Computer Science and Engineering, Panimalar Engineering College, Chennai
2UG student, BE Computer Science and Engineering, Panimalar Engineering College, Chennai
3Assistant Professor, Dept of Computer Science and Engineering, Panimalar Engineering College, Chennai
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Numerous groups have conducted many studies on lane detection. However, most methods detect lane regions by
color feature or shape models designed by human. In this paper, a traffic lane detection method using fully convolutional neural
network is proposed. To extract the suitable lane feature, a small neural network is built to implement feature extraction from
large amount of images. The parameters of lane classification network model are utilized to initialize layers' parameters in lane
detection network. We use Canny and Hough algorithm for detecting the lanes accurately Inparticular, adetectionlossfunctionis
proposed to train the fully convolutional lane detection network whose output is pixel-wise detection of lane categories and
location.The designed detection loss function consists of lane classification loss and regression loss. With detectedlane pixels, lane
marking can be easily realized by random sample consensus rather than complex post-processing. Experimentalresultsshowthat
the classification accuracy of the classification network model for each category is larger than 97.5%. And detection accuracy of
the model trained by proposed detection loss function can reach 82.24% in 29 different road scenes.
Key Words: Convolution Neural Network, Canny algorithm, Hough algorithm, Pixel-wise detection
1. INTRODUCTION
Traffic accidents have become one of the most serious problems in today's world. Roads are the mostly chosen
modes of transportation and provide the finest connections among all modes. Most frequently occurring traffic
problem is the negligence of the drivers and it has become more and more serious with the increase of vehicles.
Increasing the safety and saving lives of human beings is one of the basic function of Intelligent Transportation
System (ITS).
Intelligent transportation systems are advanced applications which aim to provide innovative services relating to
different modes of transport and traffic management. This system enables various users to bebetterinformedand
make safer, more coordinated, and smarter use of transport networks. These road accidents can be reduced with
the help of road lanes or white markers that assist the driver to identify the road areaandnon-roadarea.Alaneisa
part of the road marked which can be used by a single line of vehicles as to control and guide drivers so that the
traffic conflicts can be reduced.
This study proposed a lane detection algorithm forvehiclesincomplexroadconditionsanddynamicenvironments
Firstly,convertingthedistortedimageandusingthesuperpositionthresholdalgorithmbasedontheSobeloperator
and color space for edge detection, an aerial view of the lane was obtained by using ROI extraction and inverse
perspective transformation. Compared with traditional methods and deeplearningbasedmethodologies,thislane
detection algorithm had excellent accuracy and real-time performance, high detection efficiency and strong anti-
interference ability.
2. LITERATURE SURVEY
2.1. Lane Detection of curving roads for structural high-way with StraightCurveModelonVisionpublished
in 2019 by IEEE transaction on Vehicular Technology
Curve is the traffic accident-prone area in the traffic system of the structural road. How to effectively detect the
lane-line and timely give the trafficinformationaheadfordriversisadifficultpointfortheassistedsafedriving.The
traditional lane detection technology is not very applicable in the curved road conditions. Thus, a curve detection
algorithm which is based on straight-curve model is proposed in this paper and this method has goodapplicability
for most curve road conditions. First, the method divides the road image into the region of interest and the road
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3579
background region by analyzing the basic characteristicsoftheroadimage.Theregionofinterestisfurtherdivided
into the straight region and the curve region. At the same time, the straight-curve mathematical model is
established. The mathematical equation of the straight model is obtained by using the improvedHoughtransform.
The polynomial curve model is established according to the continuity of the road lane-line and the tangent
relationship betweenthestraightmodelandthecurvemodel.Then,theparametersofthecurvemodelequationare
solved by the curve fittingmethod. Finally, thedetectionandidentificationofthestraightandthecurvearerealized
respectively and the road lane-line is reconstructed.Experiments showthatthismethodcanaccuratelyidentifythe
curve lane-line, provide effective traffic information, make early warning and it also has a certain universality.
2.2. Passenger CompartmentViolationDetectioninHOV/HOTLanespublishedin2015inIEEEtransactions
on intelligent Transport Systems
Due to the high volume of traffic on modern roadways, transportation agencies have proposed high occupancy
vehicle (HOV) and high occupancy tolling (HOT) lanes to promote carpooling. Enforcement of the rules of these
lanes is currently performed by roadsideenforcementofficersusingvisualobservation.Officer-basedenforcement
is, however, known to be inefficient, costly, potentially dangerous, and ultimately ineffective.
Violationratesupto50%–80% have been reported, whereas manualenforcementratesoflessthan10%aretypical.
Near-infrared (NIR) camera systems have been recently proposed to monitor HOV/HOT lanes and enforce the
regulations. These camera systems bring an opportunity to automatically determine vehicle occupancy from
captured HOV/HOT NIR images. Due to their ability to see through windshields of vehicles, these cameras also
enable enforcement of other passenger compartment violations such as seatbelt violation and driver cell phone
usage, in addition to determining vehicle occupancy.
2.3. Automatic Detection and Classification of Road Lane Markings Using Onboard Vehicular Cameras
published in 2015 by IEEE transaction on Intelligent Transport Systems
This paper presents a new approach for road lane classificationusinganonboardcamera.Initially,laneboundaries
are detected using a linear–parabolic lane model, and an automatic on-the-fly camera calibration procedure is
applied. Then, an adaptive smoothing scheme is applied to reduce noise while keeping close edges separated, and
pairs of local maxima–minima of the gradient are used as cues to identify lane markings. Finally, a Bayesian
classifier based on mixtures of Gaussians is applied to classify the lane markings present at each frame of a video
sequence as dashed, solid, dashed solid, solid dashed, or double solid. Experimental results indicate an overall
accuracy of over 96% using a variety of video sequences acquired with different devices and resolutions.
2.4. Real Time Lane Detection for Autonomous Vehicles published in 2016 at International Conference on
computer and communication Engineering
An increasing safety and reducing road accidents, thereby saving lives are one of great interest in the context of
Advanced Driver Assistance Systems. Apparently, among the complexandchallengingtasksoffutureroadvehicles
is road lane detection or road boundaries detection. It is based on lane detection(whichincludesthelocalizationof
the road, the determination of the relative position between vehicle and road, and the analysis of the vehicle’s
heading direction). One of the principal approaches to detect road boundariesandlanesusingvisionsystemonthe
vehicle. However, lane detection is a difficult problem because of the varying road conditions that one can
encounter while driving. In this paper, a vision-based lane detection approach capable of reaching real time
operation with robustness to lighting change and shadows ispresented.Thesystemacquiresthefrontviewusinga
camera mounted on the vehicle then applying few processes in order to detect the lanes.Usingapairofhyperbolas
which are fitting to the edges of the lane, those lanes are extracted using Hough transform. The proposed lane
detection system can be applied on both paintedandunpaintedroadaswellascurvedandstraightroadindifferent
weather conditions. This approach was tested and the experimental results show that the proposed scheme was
robust and fast enough for real time requirements. Eventually, a critical overview of the methods were discussed,
their potential for future deployment were assist.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3580
3. EXISTING SYSTEM
The outcomes have been acquired based on the samples from real-world scenarios of the road environment as of
the road testing. The images and vehicle signals have been acquired from a monocular camera installed in a
commercial vehicle windshield and instrumentation of the data bus. The use of IPM algorithm allows the range
determination, of the tracking for several ROI sizes. The smaller ROI (100 lines) analyzed covers a range of 10.4 m
ahead of the vehicle; the largest (150 lines) reaches a coverage of 34.5m
4. PROPOSED SYSTEM
This study proposed a lane detection algorithm forvehiclesincomplexroadconditionsanddynamicenvironments
Firstly,convertingthedistortedimageandusingthesuperpositionthresholdalgorithmbasedontheSobeloperator
and color space for edge detection, an aerial view of the lane was obtained by using ROI extraction and inverse
perspective transformation. Compared with traditional methods and deeplearningbasedmethodologies,thislane
detection algorithm had excellent accuracy and real-time performance, high detection efficiency and strong anti-
interference ability.
5. SYSTEM ARCHITECTURE AND MODULES
A system architecture is the conceptual model that defines the structure, behavior, andmore viewsofasystem.An
architecture description is a formal description and representation of a system, organized in a way that supports
reasoning about the structures and behaviors of the system.
MODULES
 Calibrate the camera
 Threshold the image using gradients and colors
 Perspective transform
 Identify the lane lines
5.1 Calibrate the camera
Calibrating the camera really means accounting for the distortioninanimageintroducedbythecamera’slens.This
is done using multiple images of checkerboard patters, which should have straight lines. Examining how the
checkerboard patterns are distorted (not straight) allows us to precisely identifyhowthecameralensisdistorting
images.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3581
5.2 Threshold the image using gradients and colors
Thresholding is a method of isolating the pixels we are interested in. This can be done using a combination of
gradient and color filters. Here’s what a thresholded image looks like next to the original. The original road image
and a thresholded image. I applied pixel-gradient and color threshold filters to narrow down the pixels of interest
(lane lines).
5.3 Perspective transform
While undistorting and thresholdinghelpisolatetheimportantinformation,wecanfurtherisolatethatinformation
by looking only at the portion of the image we care about — the road. To focus in on the road-portion of the image
we shift our perspective to a top-down view of the road in front of the car. While we don’t gain any extra
information from this step, it’s much easier to isolate lane lines and measure things like curvature from this
perspective.
5.4 Identify the lane lines
Finally, we take all this information we gathered and draw the results back onto the original image. The blue and
red lines we identified above are present, and the space between them is colored green to show the lane. The
calculated right/left lane curvature and center-lane offset are shown in the top-left of the image as well. (These
values would be useful when telling a self-driving car how to steer.)
6. CONCLUSION
The experimental results show that the algorithm can accurately identify the road lane-line and give the deviated
information of vehicle and the direction of the curve. It has great significance to improve the active safety driving
and assisted driving of the vehicle which is in the curved road conditions. Eventhough, lot of progress has been
attained in the lane detection and tracking area, further improvements can be made as per the requirements.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3582
REFERENCES
[1] Yusuf Artan, Member, Orhan Bulan,Member , Robert P. Loce, Senior Member, and Peter Paul,” Passenger Compartment
Violation Detection in HOV/HOT Lanes ” IEEETransactions OnIntelligenttransportationsystemsVolume:17,Issue:2Feb.
2016
[2] Soonhong Jung, Junsic Youn, and SanghoonSull ” Efficient Lane Detection Based on Spatiotemporal Images” IEEE
Transactions On Intelligent transportation systems 17.1 (2015): 289-295.
[3] Maurício Braga de Paula and Cláudio Rosito Jung,” Automatic Detection and Classification of Road Lane Markings Using
Onboard Vehicular Cameras” IEEE Transactions On Intelligent transportation systems Volume: 16 , Issue:6 Dec. 2015
[4] Ravi Kumar Satzoda, Suchitra Sathyanarayana, Thambipillai Srikanthan,“HierarchicalAdditiveHoughTransformforLane
Detection “IEEE EMBEDDED SYSTEMS LETTERS, VOL. 2, NO. 2, JUNE 2010
[5] Abdulhakam.AM.Assidiq, Othman O. Khalifa, Md. Rafiqul Islam, Sheroz Khan “Real Time Lane Detection for Autonomous
Vehicles “Proceedings of the International Conference on Computer and Communication Engineering 2008 dated 13-15
May 2008
[6] Khalifa O O, Khan IM,AssidiqAAM, et al,“AHyperbola-Pair Bas ed Lane Detection System for VehicleGuidance,”Lecture
Notes in Engineering & Computer Science., Jan. 2011.

More Related Content

What's hot

Deep Learning Approach Model for Vehicle Classification using Artificial Neur...
Deep Learning Approach Model for Vehicle Classification using Artificial Neur...Deep Learning Approach Model for Vehicle Classification using Artificial Neur...
Deep Learning Approach Model for Vehicle Classification using Artificial Neur...
IRJET Journal
 
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
IJSRD
 
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CVIRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET Journal
 
IRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control SystemIRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control System
IRJET Journal
 
Traffic management
Traffic managementTraffic management
Traffic management
Nikil S Raaju
 
Intelligent transportation system
Intelligent transportation system Intelligent transportation system
Intelligent transportation system
Naveen raj
 
A comparative study on road traffic management systems
A comparative study on road traffic management systemsA comparative study on road traffic management systems
A comparative study on road traffic management systems
eSAT Publishing House
 
intelligent transportation system
intelligent transportation system intelligent transportation system
intelligent transportation system
Mohammed Faazil
 
The sydney coordinated adaptive
The sydney coordinated adaptiveThe sydney coordinated adaptive
The sydney coordinated adaptive
Jordan university of science and technology
 
Intelligent Transportation System
Intelligent Transportation SystemIntelligent Transportation System
Intelligent Transportation System
Kunal Bhadane
 
Positioning improvements for Intelligent Transportation Systems (ITS)
Positioning improvements for Intelligent Transportation Systems (ITS)Positioning improvements for Intelligent Transportation Systems (ITS)
Positioning improvements for Intelligent Transportation Systems (ITS)
Bastien Terret
 
A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...
A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...
A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...
ijtsrd
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring System
IRJET Journal
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance System
IRJET Journal
 
IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining Method
IRJET Journal
 
Optimized Traffic Signal Control System at Traffic Intersections Using Vanet
Optimized Traffic Signal Control System at Traffic Intersections Using VanetOptimized Traffic Signal Control System at Traffic Intersections Using Vanet
Optimized Traffic Signal Control System at Traffic Intersections Using Vanet
IOSR Journals
 
Vehicle Speed Estimation using Haar Classifier Algorithm
Vehicle Speed Estimation using Haar Classifier AlgorithmVehicle Speed Estimation using Haar Classifier Algorithm
Vehicle Speed Estimation using Haar Classifier Algorithm
ijtsrd
 
A survey on real time bus monitoring system
A survey on real time bus monitoring systemA survey on real time bus monitoring system
A survey on real time bus monitoring system
IRJET Journal
 
IRJET - Smart Traffic Control System using RFID
IRJET - Smart Traffic Control System using RFIDIRJET - Smart Traffic Control System using RFID
IRJET - Smart Traffic Control System using RFID
IRJET Journal
 

What's hot (20)

Deep Learning Approach Model for Vehicle Classification using Artificial Neur...
Deep Learning Approach Model for Vehicle Classification using Artificial Neur...Deep Learning Approach Model for Vehicle Classification using Artificial Neur...
Deep Learning Approach Model for Vehicle Classification using Artificial Neur...
 
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
Online Accessable Traffic Control System for Urban Areas Using Embedded Syste...
 
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CVIRJET- Traffic Sign and Drowsiness Detection using Open-CV
IRJET- Traffic Sign and Drowsiness Detection using Open-CV
 
IRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control SystemIRJET- AI Based Traffic Signal Control System
IRJET- AI Based Traffic Signal Control System
 
Traffic management
Traffic managementTraffic management
Traffic management
 
Intelligent transportation system
Intelligent transportation system Intelligent transportation system
Intelligent transportation system
 
A comparative study on road traffic management systems
A comparative study on road traffic management systemsA comparative study on road traffic management systems
A comparative study on road traffic management systems
 
intelligent transportation system
intelligent transportation system intelligent transportation system
intelligent transportation system
 
The sydney coordinated adaptive
The sydney coordinated adaptiveThe sydney coordinated adaptive
The sydney coordinated adaptive
 
Intelligent Transportation System
Intelligent Transportation SystemIntelligent Transportation System
Intelligent Transportation System
 
Positioning improvements for Intelligent Transportation Systems (ITS)
Positioning improvements for Intelligent Transportation Systems (ITS)Positioning improvements for Intelligent Transportation Systems (ITS)
Positioning improvements for Intelligent Transportation Systems (ITS)
 
A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...
A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...
A two Stage Fuzzy Logic Adaptive Traffic Signal Control for an Isolated Inter...
 
IRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring SystemIRJET - Unmanned Traffic Signal Monitoring System
IRJET - Unmanned Traffic Signal Monitoring System
 
Obstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance SystemObstacle Detection and Collision Avoidance System
Obstacle Detection and Collision Avoidance System
 
IRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining MethodIRJET- Smart Railway System using Trip Chaining Method
IRJET- Smart Railway System using Trip Chaining Method
 
Optimized Traffic Signal Control System at Traffic Intersections Using Vanet
Optimized Traffic Signal Control System at Traffic Intersections Using VanetOptimized Traffic Signal Control System at Traffic Intersections Using Vanet
Optimized Traffic Signal Control System at Traffic Intersections Using Vanet
 
Vehicle Speed Estimation using Haar Classifier Algorithm
Vehicle Speed Estimation using Haar Classifier AlgorithmVehicle Speed Estimation using Haar Classifier Algorithm
Vehicle Speed Estimation using Haar Classifier Algorithm
 
JMS_Luo
JMS_LuoJMS_Luo
JMS_Luo
 
A survey on real time bus monitoring system
A survey on real time bus monitoring systemA survey on real time bus monitoring system
A survey on real time bus monitoring system
 
IRJET - Smart Traffic Control System using RFID
IRJET - Smart Traffic Control System using RFIDIRJET - Smart Traffic Control System using RFID
IRJET - Smart Traffic Control System using RFID
 

Similar to IRJET- Lane Detection using Neural Networks

Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
IRJET Journal
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane Detection
IRJET Journal
 
IRJET - Smart Traffic Monitoring System
IRJET -  	  Smart Traffic Monitoring SystemIRJET -  	  Smart Traffic Monitoring System
IRJET - Smart Traffic Monitoring System
IRJET Journal
 
Discernment Pothole with Autonomous Metropolitan Vehicle
	 Discernment Pothole with Autonomous Metropolitan  Vehicle	 Discernment Pothole with Autonomous Metropolitan  Vehicle
Discernment Pothole with Autonomous Metropolitan Vehicle
IRJET Journal
 
IRJET- Study of Automated Highway System
IRJET-  	  Study of Automated Highway SystemIRJET-  	  Study of Automated Highway System
IRJET- Study of Automated Highway System
IRJET Journal
 
Congestion Control System Using Machine Learning
Congestion Control System Using Machine LearningCongestion Control System Using Machine Learning
Congestion Control System Using Machine Learning
IRJET Journal
 
Real time Pothole and Speed Breaker Detection Using Image Processing Techniques
Real time Pothole and Speed Breaker Detection Using Image Processing TechniquesReal time Pothole and Speed Breaker Detection Using Image Processing Techniques
Real time Pothole and Speed Breaker Detection Using Image Processing Techniques
IRJET Journal
 
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
IRJET Journal
 
Control of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image ProcessingControl of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image Processing
IRJET Journal
 
SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...
SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...
SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...
IRJET Journal
 
STUDY OF AUTOMATED HIGHWAY SYSTEMS AT AMRAVATI
STUDY OF AUTOMATED HIGHWAY SYSTEMS AT AMRAVATISTUDY OF AUTOMATED HIGHWAY SYSTEMS AT AMRAVATI
STUDY OF AUTOMATED HIGHWAY SYSTEMS AT AMRAVATI
IRJET Journal
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN Algorithm
IRJET Journal
 
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGTRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
IRJET Journal
 
A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...
Md. Faishal Rahaman
 
Route Intensity Tracker using Machine Learning and Database Management
Route Intensity Tracker using Machine Learning and Database ManagementRoute Intensity Tracker using Machine Learning and Database Management
Route Intensity Tracker using Machine Learning and Database Management
IRJET Journal
 
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTSMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
IRJET Journal
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET-  	  Time To Cross – Traffic Light Control System using Image ProcessingIRJET-  	  Time To Cross – Traffic Light Control System using Image Processing
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET Journal
 
Reduced Dimension Lane Detection Method
Reduced Dimension Lane Detection MethodReduced Dimension Lane Detection Method
Reduced Dimension Lane Detection Method
ijtsrd
 
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side UnitModified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
IRJET Journal
 
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET Journal
 

Similar to IRJET- Lane Detection using Neural Networks (20)

Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
Implementation of Lane Line Detection using HoughTransformation and Gaussian ...
 
Realtime Road Lane Detection
Realtime Road Lane DetectionRealtime Road Lane Detection
Realtime Road Lane Detection
 
IRJET - Smart Traffic Monitoring System
IRJET -  	  Smart Traffic Monitoring SystemIRJET -  	  Smart Traffic Monitoring System
IRJET - Smart Traffic Monitoring System
 
Discernment Pothole with Autonomous Metropolitan Vehicle
	 Discernment Pothole with Autonomous Metropolitan  Vehicle	 Discernment Pothole with Autonomous Metropolitan  Vehicle
Discernment Pothole with Autonomous Metropolitan Vehicle
 
IRJET- Study of Automated Highway System
IRJET-  	  Study of Automated Highway SystemIRJET-  	  Study of Automated Highway System
IRJET- Study of Automated Highway System
 
Congestion Control System Using Machine Learning
Congestion Control System Using Machine LearningCongestion Control System Using Machine Learning
Congestion Control System Using Machine Learning
 
Real time Pothole and Speed Breaker Detection Using Image Processing Techniques
Real time Pothole and Speed Breaker Detection Using Image Processing TechniquesReal time Pothole and Speed Breaker Detection Using Image Processing Techniques
Real time Pothole and Speed Breaker Detection Using Image Processing Techniques
 
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
Sensor Based Detection & Classification of Actionable & Non-Actionable Condit...
 
Control of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image ProcessingControl of Traffic Signals by AI based Image Processing
Control of Traffic Signals by AI based Image Processing
 
SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...
SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...
SURVEY ON ARTIFICIAL INTELLIGENCE POWERED POTHOLE DETECTION, REPORTING AND MA...
 
STUDY OF AUTOMATED HIGHWAY SYSTEMS AT AMRAVATI
STUDY OF AUTOMATED HIGHWAY SYSTEMS AT AMRAVATISTUDY OF AUTOMATED HIGHWAY SYSTEMS AT AMRAVATI
STUDY OF AUTOMATED HIGHWAY SYSTEMS AT AMRAVATI
 
Vehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN AlgorithmVehicle Traffic Analysis using CNN Algorithm
Vehicle Traffic Analysis using CNN Algorithm
 
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNINGTRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
TRAFFIC FORECAST FOR INTELLECTUAL TRANSPORTATION SYSTEM USING MACHINE LEARNING
 
A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...A computer vision-based lane detection approach for an autonomous vehicle usi...
A computer vision-based lane detection approach for an autonomous vehicle usi...
 
Route Intensity Tracker using Machine Learning and Database Management
Route Intensity Tracker using Machine Learning and Database ManagementRoute Intensity Tracker using Machine Learning and Database Management
Route Intensity Tracker using Machine Learning and Database Management
 
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOTSMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
SMART SOLUTION FOR RESOLVING HEAVY TRAFFIC USING IOT
 
IRJET- Time To Cross – Traffic Light Control System using Image Processing
IRJET-  	  Time To Cross – Traffic Light Control System using Image ProcessingIRJET-  	  Time To Cross – Traffic Light Control System using Image Processing
IRJET- Time To Cross – Traffic Light Control System using Image Processing
 
Reduced Dimension Lane Detection Method
Reduced Dimension Lane Detection MethodReduced Dimension Lane Detection Method
Reduced Dimension Lane Detection Method
 
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side UnitModified Congestion Re-Routing Scheme using Centralized Road Side Unit
Modified Congestion Re-Routing Scheme using Centralized Road Side Unit
 
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...IRJET-  	  Image Processing based Intelligent Traffic Control and Monitoring ...
IRJET- Image Processing based Intelligent Traffic Control and Monitoring ...
 

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 STRUCTURE
IRJET 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 Characteristics
IRJET 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 ADAS
IRJET 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 Pro
IRJET 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 System
IRJET 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 bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET 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 Design
IRJET 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

Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 

Recently uploaded (20)

Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 

IRJET- Lane Detection using Neural Networks

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3578 Lane Detection using Neural Networks M Juanita Sarah Rachel1, S Kalaiselvi2, R Salini3 1UG student, BE Computer Science and Engineering, Panimalar Engineering College, Chennai 2UG student, BE Computer Science and Engineering, Panimalar Engineering College, Chennai 3Assistant Professor, Dept of Computer Science and Engineering, Panimalar Engineering College, Chennai ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Numerous groups have conducted many studies on lane detection. However, most methods detect lane regions by color feature or shape models designed by human. In this paper, a traffic lane detection method using fully convolutional neural network is proposed. To extract the suitable lane feature, a small neural network is built to implement feature extraction from large amount of images. The parameters of lane classification network model are utilized to initialize layers' parameters in lane detection network. We use Canny and Hough algorithm for detecting the lanes accurately Inparticular, adetectionlossfunctionis proposed to train the fully convolutional lane detection network whose output is pixel-wise detection of lane categories and location.The designed detection loss function consists of lane classification loss and regression loss. With detectedlane pixels, lane marking can be easily realized by random sample consensus rather than complex post-processing. Experimentalresultsshowthat the classification accuracy of the classification network model for each category is larger than 97.5%. And detection accuracy of the model trained by proposed detection loss function can reach 82.24% in 29 different road scenes. Key Words: Convolution Neural Network, Canny algorithm, Hough algorithm, Pixel-wise detection 1. INTRODUCTION Traffic accidents have become one of the most serious problems in today's world. Roads are the mostly chosen modes of transportation and provide the finest connections among all modes. Most frequently occurring traffic problem is the negligence of the drivers and it has become more and more serious with the increase of vehicles. Increasing the safety and saving lives of human beings is one of the basic function of Intelligent Transportation System (ITS). Intelligent transportation systems are advanced applications which aim to provide innovative services relating to different modes of transport and traffic management. This system enables various users to bebetterinformedand make safer, more coordinated, and smarter use of transport networks. These road accidents can be reduced with the help of road lanes or white markers that assist the driver to identify the road areaandnon-roadarea.Alaneisa part of the road marked which can be used by a single line of vehicles as to control and guide drivers so that the traffic conflicts can be reduced. This study proposed a lane detection algorithm forvehiclesincomplexroadconditionsanddynamicenvironments Firstly,convertingthedistortedimageandusingthesuperpositionthresholdalgorithmbasedontheSobeloperator and color space for edge detection, an aerial view of the lane was obtained by using ROI extraction and inverse perspective transformation. Compared with traditional methods and deeplearningbasedmethodologies,thislane detection algorithm had excellent accuracy and real-time performance, high detection efficiency and strong anti- interference ability. 2. LITERATURE SURVEY 2.1. Lane Detection of curving roads for structural high-way with StraightCurveModelonVisionpublished in 2019 by IEEE transaction on Vehicular Technology Curve is the traffic accident-prone area in the traffic system of the structural road. How to effectively detect the lane-line and timely give the trafficinformationaheadfordriversisadifficultpointfortheassistedsafedriving.The traditional lane detection technology is not very applicable in the curved road conditions. Thus, a curve detection algorithm which is based on straight-curve model is proposed in this paper and this method has goodapplicability for most curve road conditions. First, the method divides the road image into the region of interest and the road
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3579 background region by analyzing the basic characteristicsoftheroadimage.Theregionofinterestisfurtherdivided into the straight region and the curve region. At the same time, the straight-curve mathematical model is established. The mathematical equation of the straight model is obtained by using the improvedHoughtransform. The polynomial curve model is established according to the continuity of the road lane-line and the tangent relationship betweenthestraightmodelandthecurvemodel.Then,theparametersofthecurvemodelequationare solved by the curve fittingmethod. Finally, thedetectionandidentificationofthestraightandthecurvearerealized respectively and the road lane-line is reconstructed.Experiments showthatthismethodcanaccuratelyidentifythe curve lane-line, provide effective traffic information, make early warning and it also has a certain universality. 2.2. Passenger CompartmentViolationDetectioninHOV/HOTLanespublishedin2015inIEEEtransactions on intelligent Transport Systems Due to the high volume of traffic on modern roadways, transportation agencies have proposed high occupancy vehicle (HOV) and high occupancy tolling (HOT) lanes to promote carpooling. Enforcement of the rules of these lanes is currently performed by roadsideenforcementofficersusingvisualobservation.Officer-basedenforcement is, however, known to be inefficient, costly, potentially dangerous, and ultimately ineffective. Violationratesupto50%–80% have been reported, whereas manualenforcementratesoflessthan10%aretypical. Near-infrared (NIR) camera systems have been recently proposed to monitor HOV/HOT lanes and enforce the regulations. These camera systems bring an opportunity to automatically determine vehicle occupancy from captured HOV/HOT NIR images. Due to their ability to see through windshields of vehicles, these cameras also enable enforcement of other passenger compartment violations such as seatbelt violation and driver cell phone usage, in addition to determining vehicle occupancy. 2.3. Automatic Detection and Classification of Road Lane Markings Using Onboard Vehicular Cameras published in 2015 by IEEE transaction on Intelligent Transport Systems This paper presents a new approach for road lane classificationusinganonboardcamera.Initially,laneboundaries are detected using a linear–parabolic lane model, and an automatic on-the-fly camera calibration procedure is applied. Then, an adaptive smoothing scheme is applied to reduce noise while keeping close edges separated, and pairs of local maxima–minima of the gradient are used as cues to identify lane markings. Finally, a Bayesian classifier based on mixtures of Gaussians is applied to classify the lane markings present at each frame of a video sequence as dashed, solid, dashed solid, solid dashed, or double solid. Experimental results indicate an overall accuracy of over 96% using a variety of video sequences acquired with different devices and resolutions. 2.4. Real Time Lane Detection for Autonomous Vehicles published in 2016 at International Conference on computer and communication Engineering An increasing safety and reducing road accidents, thereby saving lives are one of great interest in the context of Advanced Driver Assistance Systems. Apparently, among the complexandchallengingtasksoffutureroadvehicles is road lane detection or road boundaries detection. It is based on lane detection(whichincludesthelocalizationof the road, the determination of the relative position between vehicle and road, and the analysis of the vehicle’s heading direction). One of the principal approaches to detect road boundariesandlanesusingvisionsystemonthe vehicle. However, lane detection is a difficult problem because of the varying road conditions that one can encounter while driving. In this paper, a vision-based lane detection approach capable of reaching real time operation with robustness to lighting change and shadows ispresented.Thesystemacquiresthefrontviewusinga camera mounted on the vehicle then applying few processes in order to detect the lanes.Usingapairofhyperbolas which are fitting to the edges of the lane, those lanes are extracted using Hough transform. The proposed lane detection system can be applied on both paintedandunpaintedroadaswellascurvedandstraightroadindifferent weather conditions. This approach was tested and the experimental results show that the proposed scheme was robust and fast enough for real time requirements. Eventually, a critical overview of the methods were discussed, their potential for future deployment were assist.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3580 3. EXISTING SYSTEM The outcomes have been acquired based on the samples from real-world scenarios of the road environment as of the road testing. The images and vehicle signals have been acquired from a monocular camera installed in a commercial vehicle windshield and instrumentation of the data bus. The use of IPM algorithm allows the range determination, of the tracking for several ROI sizes. The smaller ROI (100 lines) analyzed covers a range of 10.4 m ahead of the vehicle; the largest (150 lines) reaches a coverage of 34.5m 4. PROPOSED SYSTEM This study proposed a lane detection algorithm forvehiclesincomplexroadconditionsanddynamicenvironments Firstly,convertingthedistortedimageandusingthesuperpositionthresholdalgorithmbasedontheSobeloperator and color space for edge detection, an aerial view of the lane was obtained by using ROI extraction and inverse perspective transformation. Compared with traditional methods and deeplearningbasedmethodologies,thislane detection algorithm had excellent accuracy and real-time performance, high detection efficiency and strong anti- interference ability. 5. SYSTEM ARCHITECTURE AND MODULES A system architecture is the conceptual model that defines the structure, behavior, andmore viewsofasystem.An architecture description is a formal description and representation of a system, organized in a way that supports reasoning about the structures and behaviors of the system. MODULES  Calibrate the camera  Threshold the image using gradients and colors  Perspective transform  Identify the lane lines 5.1 Calibrate the camera Calibrating the camera really means accounting for the distortioninanimageintroducedbythecamera’slens.This is done using multiple images of checkerboard patters, which should have straight lines. Examining how the checkerboard patterns are distorted (not straight) allows us to precisely identifyhowthecameralensisdistorting images.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3581 5.2 Threshold the image using gradients and colors Thresholding is a method of isolating the pixels we are interested in. This can be done using a combination of gradient and color filters. Here’s what a thresholded image looks like next to the original. The original road image and a thresholded image. I applied pixel-gradient and color threshold filters to narrow down the pixels of interest (lane lines). 5.3 Perspective transform While undistorting and thresholdinghelpisolatetheimportantinformation,wecanfurtherisolatethatinformation by looking only at the portion of the image we care about — the road. To focus in on the road-portion of the image we shift our perspective to a top-down view of the road in front of the car. While we don’t gain any extra information from this step, it’s much easier to isolate lane lines and measure things like curvature from this perspective. 5.4 Identify the lane lines Finally, we take all this information we gathered and draw the results back onto the original image. The blue and red lines we identified above are present, and the space between them is colored green to show the lane. The calculated right/left lane curvature and center-lane offset are shown in the top-left of the image as well. (These values would be useful when telling a self-driving car how to steer.) 6. CONCLUSION The experimental results show that the algorithm can accurately identify the road lane-line and give the deviated information of vehicle and the direction of the curve. It has great significance to improve the active safety driving and assisted driving of the vehicle which is in the curved road conditions. Eventhough, lot of progress has been attained in the lane detection and tracking area, further improvements can be made as per the requirements.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3582 REFERENCES [1] Yusuf Artan, Member, Orhan Bulan,Member , Robert P. Loce, Senior Member, and Peter Paul,” Passenger Compartment Violation Detection in HOV/HOT Lanes ” IEEETransactions OnIntelligenttransportationsystemsVolume:17,Issue:2Feb. 2016 [2] Soonhong Jung, Junsic Youn, and SanghoonSull ” Efficient Lane Detection Based on Spatiotemporal Images” IEEE Transactions On Intelligent transportation systems 17.1 (2015): 289-295. [3] Maurício Braga de Paula and Cláudio Rosito Jung,” Automatic Detection and Classification of Road Lane Markings Using Onboard Vehicular Cameras” IEEE Transactions On Intelligent transportation systems Volume: 16 , Issue:6 Dec. 2015 [4] Ravi Kumar Satzoda, Suchitra Sathyanarayana, Thambipillai Srikanthan,“HierarchicalAdditiveHoughTransformforLane Detection “IEEE EMBEDDED SYSTEMS LETTERS, VOL. 2, NO. 2, JUNE 2010 [5] Abdulhakam.AM.Assidiq, Othman O. Khalifa, Md. Rafiqul Islam, Sheroz Khan “Real Time Lane Detection for Autonomous Vehicles “Proceedings of the International Conference on Computer and Communication Engineering 2008 dated 13-15 May 2008 [6] Khalifa O O, Khan IM,AssidiqAAM, et al,“AHyperbola-Pair Bas ed Lane Detection System for VehicleGuidance,”Lecture Notes in Engineering & Computer Science., Jan. 2011.