SlideShare a Scribd company logo
1 of 8
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 574
ASSISTANCE SYSTEM FOR DRIVERS USING IOT
Yogita Misal
1
, Atharva Agate
2
, Radhesham Joshi
3
,Pranav Bhosale
4
1-3
Abstract –
This project entitled as “Assistance System for drivers using IOT” consisting of three major sections
1. Object Detection
2. Lane detection
3. IOT
The evolution of ArtificialIntelligence has served as the catalyst in the fieldof technology.Wecannowdevelopthingswhichwas
once just imagination. This paper proposes a working model of assistance system which is capable of assisting drivers with a
warning about possible obstacles and objects in front and the lane that the driver should follow. No matter how hard we try to
create awareness regarding traffic rules and safety that has to be followed while driving, accidents are still occurring and aren’t
showing a sign to stop. Though human errors can never be eliminated, but accidents can definitely be stopped. And in this case
technology has surely come to our rescue. A camera module is mounted over the top of the car along with Raspberry Pi sends the
images from real world to the Convolutional Neural Network which then detects and tracks the objects in-front and display them
along with the distance between them.
INTRODUCTION
we have created an assistive system for human drivers that tracks all the objects and lane in front of the car on the road by
applying Computer Vision Techniques & convolutional neural network architectures on the frames generated through the live
footage captured by the recording camera .Classifying images is straightforward,butthedifferencesbetweenobjectlocalization
and object detection can be confusing, especially when all three are equally referred to as object recognition. Objects in images
can be recognized by humans. Human vision is fast,accurate, and capable of identifyingmultipleobjectsanddetectingobstacles
with little conscious effort. We are now able to train computers with high precisiontodetectandclassifymultipleobjectswithin
an image with the availabilityof large data sets, faster GPUs, and better algorithms. We need to understandtermssuchasobject
detection, object localization,loss function for objectdetectionandlocalization,andfinallyexploreanobjectdetectionalgorithm
known as “You only look once” (YOLO).
As well as assigning aclasslabel to an image, image classification also involves drawinga bounding box around one ormore
objects in an image. A more challenging part of object detection is combining these two tasks to draw a bounding box around
each object of interest in the image and assign it a classlabel. Object recognition is the result of combining all of these problems.
An object recognition algorithm identifies objects in digital photographs by combining several tasks. R-CNNs, or region-based
convolutional neural networks, are a family of techniques for recognizing objects and localizing them. A technique called You
Only Look Once, or YOLO, is the second in a series of techniques forobject recognition that uses speed andreal-timeprocessing.
1.1 OBJECT DETECTION
Object detection is a critical vision task, but challenging at the same time. Image search, automatic annotation, scene
interpretation, and object tracking are just a few applications that use it. Computer vision has focused a lotontrackingmoving
objects in video image sequences. In addition to smart video surveillance (Arun Hampapur 2005), artificial intelligence,
guidance for military vehicles, safety detection, and robot navigation, and medical and biological applications, it has already
been applied in many fields of computer vision. In recent years, there has been a number of successful single object tracking
systems, however object detection becomes difficult when there are more than one object in the scene and when objects are
occluded, their vision is obscured, which further complicates detection.
Dept. of Information Technology, PES Modern College of Engineering Pune, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------------
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 575
1.2 LANE DETECTION
Globally, intelligent transportation systems (ITS) are widely recognized since 1994. A series of advanced technologies
(electronics, artificialintelligence,datacommunication,informationtechnology,automaticcontroltheory,computertechnology,
sensors, etc.) are applied to road transportation, vehicle manufacturing and service control by ITS. Through its application,
vehicles, roads, and users are more effectively communicated with. By reducing road traffic accidents, reducing vehicle
transportation costs, relieving congestion, decreasing vehicle environmental pollution, improving overall transportation
efficiency and ensuring road traffic safety, it can improve the productivity of the transportation system.
1.3 IOT
There are currently two camera boards available for the Raspberry Pi: an 8MP model, or a high-quality (12MP) model. You
can also get the 8MP device without an IR filter in NoIR form. Raspberry Pi is no longer making the original 5MP device.
A Raspberry Pi cameracan take high-resolution photos along with 1080p video. The Raspberry Pi cameracan be controlled
fully programmatically. Using various software tools and scenarios are described on the web.
It is possible to use the cameras in a number of ways once they have been installed.Libcamera-still orraspberryPistillare
two of the provided camera applications, which make using one even simpler.
 Camera connection
On a Raspberry Pi, you need to insert the flex cable into the CAMERA connector located between Ethernet and HDMI. Make
sure the silver contacts are facing the HDMI port when inserting the cable. You should pull the tabs on the top of the connector
upward and towards the Ethernet port so that the connector will open. In addition to firmly inserting the flex cable into the
connector, cable should also be taken not to bend the flex too accurately. While holding the cable in place, push the connector's
top portion towards the HDMI port and downwards to close it.
2. ALGORITHMS
1.Neural Network
 Overview
Neural networks are a set of algorithms, modelled loosely after the human brain, that are designed to recognize patterns.
They interpret sensory data through a kind of machine perception,labellingorclusteringrawinput.Thepatternstheyrecognize
are numerical, contained in vectors, into which all real-world data, be it images, sound, text or time series,mustbetranslated.It
is used in knowledge acquisition under noise and uncertainty, flexible knowledge representation, efficient knowledge
processing, fault tolerance. Itis a method of computing, based on the interaction ofmultipleconnected processingelementsand
a powerful technique to solve many real world problems. It has the ability to learn from experience in order to improve their
performance and to deal with incomplete information.
Fig1: Raspberry Pi Camera Module Fig 2:Rasberry Pi Zero
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 576
Diagram
Fig.4 Neural Network
Advantages of Neural Network
 A neural network can perform tasks that a linear program cannot.
 When an element of the neural network fails, it can continue without any problem bytheir parallel nature.
 A neural network learns and does not need to be reprogrammed.
 It can be implemented in any application.
 It can be implemented without any problem.
Disadvantages of Neural Network
 The neural network needs training to operate.
 The architecture of a neural network is different from the architecture ofmicroprocessorsthereforeneedsto
be emulated.
 Requires high processing time for large neural networks.
2. YOLO Algorithm
 Overview
Real-time object detection is provided by Yolo through neural networks. Because Yolo is fast and accurate, this algorithm is
popular. Different applications have benefited from its use, such as detecting traffic signals, parking meters and people.
YOLO is an acronym for the term 'You OnlyLook Once'. (Inreal-time) This algorithm detectsandidentifiesvariousobjectsin
a picture. The class probabilities of the detected images are provided by the YOLO object detection procedure as a regression
problem.
YOLO algorithm detects objects in real time through convolutional neural networks. A neural network is only required to
detect objects in one forward propagation of the algorithm as its name implies.
The whole image will be predicted in one algorithm run. Multiple class probabilitiesandboundingboxesarepredictedusing
the CNN simultaneously.
There are several variants of the YOLO algorithm. YOLOv3 and tiny YOLO are common ones.
 Methodology
1. A grid is created by first dividing the image into cells. A bounding box is forecast for each grid cell along with its
confidence score.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 577
2. The probability values are used to identify the class of each object.
3. As a result of intersection over union, the objects' predicted bounding boxes match their real boxes.
4. This unique phenomenon eliminates the need for unnecessary bounding boxes when objects' characteristics (like
height and width) meet the bounding boxes.
5. In the final detection, bounding boxes will be created that perfectly fit the objects.
 Advantages of YOLO
 Speed: By predicting objects in real-time, this algorithm enhances the speed of detection.
 High accuracy: YOLO predicts with an extremely low background error rate.
 Learning capabilities: The algorithm is capable of learning the object representations and applying them to
object detection.
 Disadvantages of Bayesian Belief Network
 Comparatively low recall and more localization error compared to Faster R_CNN.
 Struggles to detect close objects because each grid can propose only 2 bounding boxes.
 Struggles to detect small objects.
 Diagram
Fig.5 YOLO Algorithm prediction
3. Lane Detection Algorithm
 Overview
Lanes are typically designed to encourage orderliness as well asmakevehicleseasiertodrive withconsistentspeed bykeeping
them straightforward. As a result, it may seem intuitive to first detect straight lines in the camera feed by detecting edges and
extracting feature information. We will implement the computer vision algorithms using OpenCV, an open-source library.
Below is a diagram of the pipeline.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 578
Fig.6 Lane Detection Pipeline
 Methodology
1. Convert to Grayscale.
2. Apply Gaussian Blur.
3. Apply Canny Edge Detection.
4. Convolve Sobel Filters.
5. Apply Hough Transformation.
6. Transform perspective to Bird Eye
7. Fit a PolyLine over the image
8. Highlight the detected Lane.
3. COMPONENTSREQUIRED
Hardware Specifications
802.11 b/g/n wireless LAN
Bluetooth 4.1
Bluetooth Low Energy (BLE)
1GHz, single-core CPU
512MB RAM
Mini HDMI port and micro–USB On-The-Go (OTG) port
Micro USB power
HAT-compatible 40-pin header
Composite video and reset headers
CSI camera connector
Software Specifications
1. Operating System: Windows 10 64-bit ,Ubuntu
2. Software: Anaconda 3, Jupyter Notebook IDE
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 579
Programming Languages: PYTHON
4.PROPOSED SYSTEM
Fig . System Architecture Diagram
5. SCREENSHOTS OF EXECUTION
5.1 Hardware Connection
Fig. Vehicle Fig. Raspberry Pi
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 580
5.2 Object detection
5.3 Lane Detection
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 581
5.4 Integration of Object Detection and Lane Detection
CONCLUSION
It concluded that Driver assistance system is used to solve the problems in Driving schools and human drivers. It provides
greater accuracyin results, and wehave successfullycreatedanassistivesystemforhumandriversthattracksalltheobjectsand
lanes in the front of the car onthe road by applying Computer Vision Techniques & convolutional neural network architectures
on the frames generated through the live footage captured by the recording camera.
REFERENCES
1. Conference: Fourth International Conference onComputing CommunicationControlandAutomation,IEEE.RuturajKulkarni,
Shruti Davalikar and Sonal Bangar,“Traffic Light Detection and Recognition forSelf-Driving Cars using DeepLearning”
2. Int. journal of engineering researchandapplication,vol-7,(part-12)pp.76-82,Dec-2017.K.N.V.Satyanarayana,B.Tapasvi,P.K.
anakaRaju, G.RameshBabu,.”Based on machine learning autonomous car using raspberrypi
3. JMIR Formative Research 3(4) DOI:10.2196/13863Project: Medizin I’m digitalen Zettaliter Original Paper Accuracy of a
Chatbot (Ada) in the Diagnosisof Mental Disorders: Comparative Case Study with Lay and Expert Users
4.Deep Learning from Scratch: Building with Python from First Principles by Seth Weidman published by O`Reilley
5. Dr. A. Rosebrock, “Deep Learning for Computer Vision with Python”, ELSEVIER, September 2017

More Related Content

Similar to ASSISTANCE SYSTEM FOR DRIVERS USING IOT

Object Detection and Tracking AI Robot
Object Detection and Tracking AI RobotObject Detection and Tracking AI Robot
Object Detection and Tracking AI RobotIRJET Journal
 
Smart Navigation Assistance System for Blind People
Smart Navigation Assistance System for Blind PeopleSmart Navigation Assistance System for Blind People
Smart Navigation Assistance System for Blind PeopleIRJET Journal
 
Drishyam - Virtual Eye for Blind
Drishyam - Virtual Eye for BlindDrishyam - Virtual Eye for Blind
Drishyam - Virtual Eye for BlindIRJET Journal
 
YOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection SystemYOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection SystemIRJET Journal
 
Advance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCVAdvance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCVIRJET Journal
 
Motion capture for Animation
Motion capture for AnimationMotion capture for Animation
Motion capture for AnimationIRJET Journal
 
Real Time Moving Object Detection for Day-Night Surveillance using AI
Real Time Moving Object Detection for Day-Night Surveillance using AIReal Time Moving Object Detection for Day-Night Surveillance using AI
Real Time Moving Object Detection for Day-Night Surveillance using AIIRJET Journal
 
IRJET - Blind Guidance using Smart Cap
IRJET - Blind Guidance using Smart CapIRJET - Blind Guidance using Smart Cap
IRJET - Blind Guidance using Smart CapIRJET Journal
 
IRJET- Applications of Object Detection System
IRJET-  	  Applications of Object Detection SystemIRJET-  	  Applications of Object Detection System
IRJET- Applications of Object Detection SystemIRJET Journal
 
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETIRJET Journal
 
Convolutional Neural Network Based Real Time Object Detection Using YOLO V4
Convolutional Neural Network Based Real Time Object Detection Using YOLO V4Convolutional Neural Network Based Real Time Object Detection Using YOLO V4
Convolutional Neural Network Based Real Time Object Detection Using YOLO V4IRJET Journal
 
IRJET - Direct Me-Nevigation for Blind People
IRJET -  	  Direct Me-Nevigation for Blind PeopleIRJET -  	  Direct Me-Nevigation for Blind People
IRJET - Direct Me-Nevigation for Blind PeopleIRJET Journal
 
Real Time Object Detection System with YOLO and CNN Models: A Review
Real Time Object Detection System with YOLO and CNN Models: A ReviewReal Time Object Detection System with YOLO and CNN Models: A Review
Real Time Object Detection System with YOLO and CNN Models: A ReviewSpringer
 
Image Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningImage Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningPRATHAMESH REGE
 
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...IRJET Journal
 
IRJET- Smart Traffic Control System using Yolo
IRJET- Smart Traffic Control System using YoloIRJET- Smart Traffic Control System using Yolo
IRJET- Smart Traffic Control System using YoloIRJET Journal
 
Smart Surveillance System through Computer Vision
Smart Surveillance System through Computer VisionSmart Surveillance System through Computer Vision
Smart Surveillance System through Computer VisionIRJET Journal
 
Human Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueHuman Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueIRJET Journal
 
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHMPOTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHMIRJET Journal
 

Similar to ASSISTANCE SYSTEM FOR DRIVERS USING IOT (20)

Object Detection and Tracking AI Robot
Object Detection and Tracking AI RobotObject Detection and Tracking AI Robot
Object Detection and Tracking AI Robot
 
Smart Navigation Assistance System for Blind People
Smart Navigation Assistance System for Blind PeopleSmart Navigation Assistance System for Blind People
Smart Navigation Assistance System for Blind People
 
Drishyam - Virtual Eye for Blind
Drishyam - Virtual Eye for BlindDrishyam - Virtual Eye for Blind
Drishyam - Virtual Eye for Blind
 
YOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection SystemYOLOv4: A Face Mask Detection System
YOLOv4: A Face Mask Detection System
 
Advance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCVAdvance Intelligent Video Surveillance System Using OpenCV
Advance Intelligent Video Surveillance System Using OpenCV
 
Motion capture for Animation
Motion capture for AnimationMotion capture for Animation
Motion capture for Animation
 
Real Time Moving Object Detection for Day-Night Surveillance using AI
Real Time Moving Object Detection for Day-Night Surveillance using AIReal Time Moving Object Detection for Day-Night Surveillance using AI
Real Time Moving Object Detection for Day-Night Surveillance using AI
 
IRJET - Blind Guidance using Smart Cap
IRJET - Blind Guidance using Smart CapIRJET - Blind Guidance using Smart Cap
IRJET - Blind Guidance using Smart Cap
 
IRJET- Applications of Object Detection System
IRJET-  	  Applications of Object Detection SystemIRJET-  	  Applications of Object Detection System
IRJET- Applications of Object Detection System
 
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNETROAD POTHOLE DETECTION USING YOLOV4 DARKNET
ROAD POTHOLE DETECTION USING YOLOV4 DARKNET
 
Convolutional Neural Network Based Real Time Object Detection Using YOLO V4
Convolutional Neural Network Based Real Time Object Detection Using YOLO V4Convolutional Neural Network Based Real Time Object Detection Using YOLO V4
Convolutional Neural Network Based Real Time Object Detection Using YOLO V4
 
IRJET - Direct Me-Nevigation for Blind People
IRJET -  	  Direct Me-Nevigation for Blind PeopleIRJET -  	  Direct Me-Nevigation for Blind People
IRJET - Direct Me-Nevigation for Blind People
 
Real Time Object Detection System with YOLO and CNN Models: A Review
Real Time Object Detection System with YOLO and CNN Models: A ReviewReal Time Object Detection System with YOLO and CNN Models: A Review
Real Time Object Detection System with YOLO and CNN Models: A Review
 
Image Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learningImage Recognition Expert System based on deep learning
Image Recognition Expert System based on deep learning
 
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
IRJET- Threat Detection in Hostile Environment with Deep Learning based on Dr...
 
IRJET- Smart Traffic Control System using Yolo
IRJET- Smart Traffic Control System using YoloIRJET- Smart Traffic Control System using Yolo
IRJET- Smart Traffic Control System using Yolo
 
Smart Surveillance System through Computer Vision
Smart Surveillance System through Computer VisionSmart Surveillance System through Computer Vision
Smart Surveillance System through Computer Vision
 
Waymo Essay
Waymo EssayWaymo Essay
Waymo Essay
 
Human Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision TechniqueHuman Motion Detection in Video Surveillance using Computer Vision Technique
Human Motion Detection in Video Surveillance using Computer Vision Technique
 
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHMPOTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
POTHOLE DETECTION SYSTEM USING YOLO v4 ALGORITHM
 

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

COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...soginsider
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projectssmsksolar
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 

Recently uploaded (20)

COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
Hazard Identification (HAZID) vs. Hazard and Operability (HAZOP): A Comparati...
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects2016EF22_0 solar project report rooftop projects
2016EF22_0 solar project report rooftop projects
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 

ASSISTANCE SYSTEM FOR DRIVERS USING IOT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 574 ASSISTANCE SYSTEM FOR DRIVERS USING IOT Yogita Misal 1 , Atharva Agate 2 , Radhesham Joshi 3 ,Pranav Bhosale 4 1-3 Abstract – This project entitled as “Assistance System for drivers using IOT” consisting of three major sections 1. Object Detection 2. Lane detection 3. IOT The evolution of ArtificialIntelligence has served as the catalyst in the fieldof technology.Wecannowdevelopthingswhichwas once just imagination. This paper proposes a working model of assistance system which is capable of assisting drivers with a warning about possible obstacles and objects in front and the lane that the driver should follow. No matter how hard we try to create awareness regarding traffic rules and safety that has to be followed while driving, accidents are still occurring and aren’t showing a sign to stop. Though human errors can never be eliminated, but accidents can definitely be stopped. And in this case technology has surely come to our rescue. A camera module is mounted over the top of the car along with Raspberry Pi sends the images from real world to the Convolutional Neural Network which then detects and tracks the objects in-front and display them along with the distance between them. INTRODUCTION we have created an assistive system for human drivers that tracks all the objects and lane in front of the car on the road by applying Computer Vision Techniques & convolutional neural network architectures on the frames generated through the live footage captured by the recording camera .Classifying images is straightforward,butthedifferencesbetweenobjectlocalization and object detection can be confusing, especially when all three are equally referred to as object recognition. Objects in images can be recognized by humans. Human vision is fast,accurate, and capable of identifyingmultipleobjectsanddetectingobstacles with little conscious effort. We are now able to train computers with high precisiontodetectandclassifymultipleobjectswithin an image with the availabilityof large data sets, faster GPUs, and better algorithms. We need to understandtermssuchasobject detection, object localization,loss function for objectdetectionandlocalization,andfinallyexploreanobjectdetectionalgorithm known as “You only look once” (YOLO). As well as assigning aclasslabel to an image, image classification also involves drawinga bounding box around one ormore objects in an image. A more challenging part of object detection is combining these two tasks to draw a bounding box around each object of interest in the image and assign it a classlabel. Object recognition is the result of combining all of these problems. An object recognition algorithm identifies objects in digital photographs by combining several tasks. R-CNNs, or region-based convolutional neural networks, are a family of techniques for recognizing objects and localizing them. A technique called You Only Look Once, or YOLO, is the second in a series of techniques forobject recognition that uses speed andreal-timeprocessing. 1.1 OBJECT DETECTION Object detection is a critical vision task, but challenging at the same time. Image search, automatic annotation, scene interpretation, and object tracking are just a few applications that use it. Computer vision has focused a lotontrackingmoving objects in video image sequences. In addition to smart video surveillance (Arun Hampapur 2005), artificial intelligence, guidance for military vehicles, safety detection, and robot navigation, and medical and biological applications, it has already been applied in many fields of computer vision. In recent years, there has been a number of successful single object tracking systems, however object detection becomes difficult when there are more than one object in the scene and when objects are occluded, their vision is obscured, which further complicates detection. Dept. of Information Technology, PES Modern College of Engineering Pune, Maharashtra, India ---------------------------------------------------------------------***----------------------------------------------------------------------------
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 575 1.2 LANE DETECTION Globally, intelligent transportation systems (ITS) are widely recognized since 1994. A series of advanced technologies (electronics, artificialintelligence,datacommunication,informationtechnology,automaticcontroltheory,computertechnology, sensors, etc.) are applied to road transportation, vehicle manufacturing and service control by ITS. Through its application, vehicles, roads, and users are more effectively communicated with. By reducing road traffic accidents, reducing vehicle transportation costs, relieving congestion, decreasing vehicle environmental pollution, improving overall transportation efficiency and ensuring road traffic safety, it can improve the productivity of the transportation system. 1.3 IOT There are currently two camera boards available for the Raspberry Pi: an 8MP model, or a high-quality (12MP) model. You can also get the 8MP device without an IR filter in NoIR form. Raspberry Pi is no longer making the original 5MP device. A Raspberry Pi cameracan take high-resolution photos along with 1080p video. The Raspberry Pi cameracan be controlled fully programmatically. Using various software tools and scenarios are described on the web. It is possible to use the cameras in a number of ways once they have been installed.Libcamera-still orraspberryPistillare two of the provided camera applications, which make using one even simpler.  Camera connection On a Raspberry Pi, you need to insert the flex cable into the CAMERA connector located between Ethernet and HDMI. Make sure the silver contacts are facing the HDMI port when inserting the cable. You should pull the tabs on the top of the connector upward and towards the Ethernet port so that the connector will open. In addition to firmly inserting the flex cable into the connector, cable should also be taken not to bend the flex too accurately. While holding the cable in place, push the connector's top portion towards the HDMI port and downwards to close it. 2. ALGORITHMS 1.Neural Network  Overview Neural networks are a set of algorithms, modelled loosely after the human brain, that are designed to recognize patterns. They interpret sensory data through a kind of machine perception,labellingorclusteringrawinput.Thepatternstheyrecognize are numerical, contained in vectors, into which all real-world data, be it images, sound, text or time series,mustbetranslated.It is used in knowledge acquisition under noise and uncertainty, flexible knowledge representation, efficient knowledge processing, fault tolerance. Itis a method of computing, based on the interaction ofmultipleconnected processingelementsand a powerful technique to solve many real world problems. It has the ability to learn from experience in order to improve their performance and to deal with incomplete information. Fig1: Raspberry Pi Camera Module Fig 2:Rasberry Pi Zero
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 576 Diagram Fig.4 Neural Network Advantages of Neural Network  A neural network can perform tasks that a linear program cannot.  When an element of the neural network fails, it can continue without any problem bytheir parallel nature.  A neural network learns and does not need to be reprogrammed.  It can be implemented in any application.  It can be implemented without any problem. Disadvantages of Neural Network  The neural network needs training to operate.  The architecture of a neural network is different from the architecture ofmicroprocessorsthereforeneedsto be emulated.  Requires high processing time for large neural networks. 2. YOLO Algorithm  Overview Real-time object detection is provided by Yolo through neural networks. Because Yolo is fast and accurate, this algorithm is popular. Different applications have benefited from its use, such as detecting traffic signals, parking meters and people. YOLO is an acronym for the term 'You OnlyLook Once'. (Inreal-time) This algorithm detectsandidentifiesvariousobjectsin a picture. The class probabilities of the detected images are provided by the YOLO object detection procedure as a regression problem. YOLO algorithm detects objects in real time through convolutional neural networks. A neural network is only required to detect objects in one forward propagation of the algorithm as its name implies. The whole image will be predicted in one algorithm run. Multiple class probabilitiesandboundingboxesarepredictedusing the CNN simultaneously. There are several variants of the YOLO algorithm. YOLOv3 and tiny YOLO are common ones.  Methodology 1. A grid is created by first dividing the image into cells. A bounding box is forecast for each grid cell along with its confidence score.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 577 2. The probability values are used to identify the class of each object. 3. As a result of intersection over union, the objects' predicted bounding boxes match their real boxes. 4. This unique phenomenon eliminates the need for unnecessary bounding boxes when objects' characteristics (like height and width) meet the bounding boxes. 5. In the final detection, bounding boxes will be created that perfectly fit the objects.  Advantages of YOLO  Speed: By predicting objects in real-time, this algorithm enhances the speed of detection.  High accuracy: YOLO predicts with an extremely low background error rate.  Learning capabilities: The algorithm is capable of learning the object representations and applying them to object detection.  Disadvantages of Bayesian Belief Network  Comparatively low recall and more localization error compared to Faster R_CNN.  Struggles to detect close objects because each grid can propose only 2 bounding boxes.  Struggles to detect small objects.  Diagram Fig.5 YOLO Algorithm prediction 3. Lane Detection Algorithm  Overview Lanes are typically designed to encourage orderliness as well asmakevehicleseasiertodrive withconsistentspeed bykeeping them straightforward. As a result, it may seem intuitive to first detect straight lines in the camera feed by detecting edges and extracting feature information. We will implement the computer vision algorithms using OpenCV, an open-source library. Below is a diagram of the pipeline.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 578 Fig.6 Lane Detection Pipeline  Methodology 1. Convert to Grayscale. 2. Apply Gaussian Blur. 3. Apply Canny Edge Detection. 4. Convolve Sobel Filters. 5. Apply Hough Transformation. 6. Transform perspective to Bird Eye 7. Fit a PolyLine over the image 8. Highlight the detected Lane. 3. COMPONENTSREQUIRED Hardware Specifications 802.11 b/g/n wireless LAN Bluetooth 4.1 Bluetooth Low Energy (BLE) 1GHz, single-core CPU 512MB RAM Mini HDMI port and micro–USB On-The-Go (OTG) port Micro USB power HAT-compatible 40-pin header Composite video and reset headers CSI camera connector Software Specifications 1. Operating System: Windows 10 64-bit ,Ubuntu 2. Software: Anaconda 3, Jupyter Notebook IDE
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 579 Programming Languages: PYTHON 4.PROPOSED SYSTEM Fig . System Architecture Diagram 5. SCREENSHOTS OF EXECUTION 5.1 Hardware Connection Fig. Vehicle Fig. Raspberry Pi
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 580 5.2 Object detection 5.3 Lane Detection
  • 8. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 05 | May 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 581 5.4 Integration of Object Detection and Lane Detection CONCLUSION It concluded that Driver assistance system is used to solve the problems in Driving schools and human drivers. It provides greater accuracyin results, and wehave successfullycreatedanassistivesystemforhumandriversthattracksalltheobjectsand lanes in the front of the car onthe road by applying Computer Vision Techniques & convolutional neural network architectures on the frames generated through the live footage captured by the recording camera. REFERENCES 1. Conference: Fourth International Conference onComputing CommunicationControlandAutomation,IEEE.RuturajKulkarni, Shruti Davalikar and Sonal Bangar,“Traffic Light Detection and Recognition forSelf-Driving Cars using DeepLearning” 2. Int. journal of engineering researchandapplication,vol-7,(part-12)pp.76-82,Dec-2017.K.N.V.Satyanarayana,B.Tapasvi,P.K. anakaRaju, G.RameshBabu,.”Based on machine learning autonomous car using raspberrypi 3. JMIR Formative Research 3(4) DOI:10.2196/13863Project: Medizin I’m digitalen Zettaliter Original Paper Accuracy of a Chatbot (Ada) in the Diagnosisof Mental Disorders: Comparative Case Study with Lay and Expert Users 4.Deep Learning from Scratch: Building with Python from First Principles by Seth Weidman published by O`Reilley 5. Dr. A. Rosebrock, “Deep Learning for Computer Vision with Python”, ELSEVIER, September 2017