SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
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
S© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 590
A DEEP LEARNING BASED APPROACH FOR AUTOMATIC DETECTION OF
BIKE RIDERS WITH NO HELMET
Pavithra S1*, Priyadharsini M2, Jayalakshmi S3
1,2,3UG Students Department of Information Technology, SRM Valliammai Engineering College, Kancheepuram,
Tamil Nadu, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - Detection of traffic rule violators is a
challenging task. It is a critical part of many applications
such as traffic surveillance. Helmet detection plays an
important role in the identification of traffic rule
violators. A method is developed combiningclassification
and cluster for helmet detection. The proposed method
involves Pre-processing, feature extraction, and
classification. It is demonstrated by using surveillance
traffic videos. Finally,themethodwillclassifywhetherthe
person is wearing a helmet or not. Aftertheclassification,
if the person captured is not wearing a helmet it will send
a message with a fine amount to the corresponding
person. As far the robustness and effectiveness are
concerned, this method is betterthanexistingalgorithms.
Key Words: Traffic rule violators, Pre-processing,
Feature Extraction, Classification
1 INTRODUCTION
Two-wheeler is the most convenient and easy mode of
transportation. It is mandatory to wear a helmet in
heavy traffic areas to prevent accidents. By considering
the use of helmet, Governments have made it a
punishable offense to ride a bike without a helmet and
have adopted manual strategies to catch the violators.
Image processing means processing the images based
on the application with the specific parameters. Pre-
processing is the first step to improve the quality of the
images. The feature descriptor algorithm is used to
extract the exact feature andtodifferentiateonefeature
from another. CNN classifier is used to split the images
into two groups, one for training data and another for
test data to use in classification. A ConvolutionalNeural
Network (CNN) is a class of artificial neural networks
used in image processing that is specificallydesignedto
process pixel data.
1.1 OBJECTIVE
The main aim of this project is to detect the bikers with
no helmet, without manual interference and also detect
the
license number plate of the motorcycle. It alerts the
person through phone number with fine amount. This
will prevent road accidents.
1.2 OVERVIEW
The Helmet detection system is recommended for the
identification of a particularpersonwithnohelmet.The
input to the system is captured video which is then
converted into images. Then preprocessing functions
are applied to the image such as background noise,
enhancing contrast and binarization of images.Inorder
to know the characteristics of the image, the Feature
descriptor algorithm is used to extract the exactfeature
and to differentiate one feature from another. CNN
classifier is used to splittheimagesintotwogroups,one
for training data and another for test data to use in
classification. After extracting the Region of Interest
(RoI), the CNN classifier is being trained by a certain
number of pictures wearing a helmet is provided. By
matching RoI and trainedfeatures,itwillbedetermined
whether motorcyclists are wearing a helmet or not.
Convolutional Neural Network is used to solve the
classification problem efficiently.
1.3 APPLICATIONS
The main application of helmet detection is to prevent
accidents in traffic areas. Even though the government
takes various measures, it is not properly followed by
themotorcyclists,soseveralsmarttechniquesshouldbe
employed. Construction industry and powersubstation
suffer a lot of difficulties because of carelessness in
wearing safety helmets. Hence, there is a need for a
surveillance system that is capable of detectinghelmets
and preventing the deaths. A more sophisticated
computer vision model that encompasses image
processing, machine learning, Convolutional neural
networks (CNN), classifiers such as support vector
machine (SVM), ViBe background modeling algorithm,
Histogram of Oriented Gradients (HOG) features and
other techniques will solve the problem.
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
S© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 591
2. LITRATURE SURVEY
The systems have encountered many reference papers,
this work enabled to understand a deep learning-based
approach for helmet detection of bike riders with no
helmet in a better way.
[1] Felix Wilhelm Siebert et al, “Detecting
motorcycle helmet use with deep learning”-
Elsevier, 2019.
The helmet detection is performed by Object detection
algorithm YOLO9000. It involves annotation for
sampling the video clips and RetinaNet.
DRAWBACKS
 It needs more data for helmet detection
accuracy in motorcyclists with more than two
drivers.
 Diverse video data to be collected according to
the camera angle.
[2] Kunal Dahiyaetal,“Automaticdetectionofbike-
riders without helmet using surveillance videos in
real-time”-InternationalJointConferenceonNeural
Networks (IJCNN), 2016.
The detection of a helmet from the bike riders that
could be performed in this Automatic detection system
by using visual featuresandbinaryclassifier. Histogram
of oriented gradients (HOG), scale-invariant feature
transform (SIFT), and local binary patterns (LBP) are
the three main performance comparison method.
DRAWBACKS
 Video surveillance-based methods are passive
and require significant human assistance.
 It is not an efficient solution due to its
requirement of dedicated hardware.
[3] Archana D et al, “Mission on! Innovationsinbike
systems to provide a safe ride based on IOT”- 2nd
International Conference on Computing and
Communications Technologies (ICCCT), 2017.
In case of making machines more sophisticated in their
way of learning and making decisions we develop the
intelligenceapplication.Toincreasesafetywhiledriving
we implemented this method. The bike machine has
started only when the person wears a helmet. By
making the handlebar vibration to intimate the over
speed performed by the user.
DRAWBACKS
 Cost is the major hindrance to the widespread
use of safety systems.
[4] Rongbao Chen et al, “An Improved License Plate
Location Method Based on Edge detection”-
International Conference on Applied Physics and
Industrial Engineering, 2012.
In license plate detection, the location of the license
place is more important. Using the Prewitt arithmetic
operator that identifies the license plate even under
different backgrounds and lighting conditions by
preprocessed plate image.
DRAWBACKS
 More similar database is needed to compare all
edge-based methods.
[5] Sarbjit Kaur et al, “An Automatic Number Plate
Recognition System under Image Processing”-
International Journal of Intelligent Systems
Technologies and Applications, 2016.
Using the computer vision and image processing
technology, the number plate that has been detected
automatically and also extracts the number plate from
the whole vehicle image. The vehicle that can be
preprocessed first by iterative bilateral filtering and
adaptive histogram equalization.
DRAWBACKS
 Bad weather and hindrances can make
automatic license plate recognitionsystemsnot
completely effective.
3. MODULE DESCRIPTION
(i) INPUT VIDEO DETECTION
The input video has been captured by using either
ipcam or webcam. It is thenconvertedintoimages,from
this face of the biker is identified by using the haar
cascade classifier algorithm to detect whether the
person is wearing a helmet or not.
(ii) IMAGE CLASSIFICATION
Image classification involves converting the captured
images into a binary image, grayscale image and colour
image for further classification. After the conversion of
images, it then compared with trained images in the
database for evaluation.
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
S© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 592
Fig -1: Images stored in greyscale
(iii) CNN CLASSIFIER
Convolutional Neural Networkis a partof deep learning
neural network. It contains special architecture with a
multi-layeredneuralnetworktodetectcomplexfeatures
in data. CNN contains a feature descriptor called kernel
or filter, which converts the images into matrix
representation to identify complex features.
Fig -2: CNN Operation
(iv) RESULT INTERPRETATION
In the final step, after the classification of images and
comparison of images with trained images, the system
detects whether the person is wearing a helmet or not
and shows the result. If the person is not wearing a
helmet, it captures the license plate of the bike and
generates SMS with a fine amount.
4. SYSTEM DESIGN
In System design, the language used is Python. The
backend process is OpenCV and dataset.
4.1 ARCHITECTURAL DESIGN
The proposed system involves feature descriptors and
neural networksforhelmetdetection.Thefirststepisto
capture the video input for face detection and then it is
convertedintoimagesforclassification.Thesecondstep
in the detection process is Pre-processing, which
involves enhancing the important features like image
contrast, pixel brightness, geometric transformation
and removal of distortions for further processing. After
Pre-processing the next step is feature extraction in
which the various features of the image are extracted
using the feature descriptor algorithm. In the final step,
the trained images in the database are compared with
captured images forfurtherclassification.Afterthefinal
classification, it shows whether the person is wearing a
helmet or not.
Fig -3: Block Diagram
4.2 PROPOSED METHOD
Image procurement: The input image is captured
through ipcam or webcam. It is the major part of any
vision system.
Preliminary processing techniques: This step is
mainly focused on removal of background noise,
enhancing contrastness and binarization of images.
Helmet detection: After extracting the Region of
Interest(RoI), classifier which is being trained by a
certain amount of picture wearing helmet is provided.
By matching RoI and trained features, it will be
determined that whether motorcyclists is wearing
helmet or not.
License plate detection: If the person didn’t wear a
helmet, it captures the license plate of the particular
vehicle.
SMS generation: After capturing the license plate, it
generates the SMS to the person with a fine amount.
CNN Technique
Convolution is the integration of two functions that
shows how one function modifies the other. The
formula for convolutional function is,
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
S© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 593
The three important items in this process are the input
image, the feature detector and the feature map. The
input image is the image detected from the camera. The
feature detector is a 3x3 matrix and is also referred to
as a kernel or a filter. The input image is represented in
the matrix and it is multiplied element-wise with the
feature detector to produce a feature map. The feature
map is also known as the convolved feature or an
activation map. The main aim of the convolution is to
reduce the size of theimageandmakeprocessingfaster.
Fig -4: CNN Features
5. OUTPUT
Outputs obtained are as following:
1. Person wearing the helmet is detected.
Fig -5: Helmet Detection Process
2. After detecting the helmet, the following message is
displayed.
Fig -6: Helmet Detected Message
3. If the person didn’t wear the helmet, the license plate
is captured.
Fig -7: License Plate Captured
4. After capturing the license plate, SMS is generated.
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
S© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 594
Fig -8: SMS alert
5. CONCLUSION
In the proposed system, the existing algorithms such as
support vector machine (SVM), ViBe background
modeling algorithm, Histogram of Oriented Gradients
(HOG) is replaced by CNN techniques. A framework is
represented for detection of traffic rule violators who
ride bike without using helmet. The proposed system
provides efficiency and robustness. Convolutional
Neural Network is a part of deep learning neural
network. It contains special architecture with a multi-
layered neural network to detect complex features in
data. CNN contains a feature descriptor called kernel or
filter, which converts the images into matrix
representation to identify complex features.
5.1 FUTURE WORK
In future, for a more reliable and less complex system
the system can be improved by substituting advanced
techniques. This application can be implemented in
various real-time scenarios like Video Surveillance,
Outdoor Object recognition systems, Security Process
on Toll Gate etc.
REFERENCES
[1] Felix Wilhelm Siebert et al, “Detecting motorcycle
helmet use with deep learning”- Elsevier, 2019.
[2] Kunal Dahiya et al, “Automatic detection of bike-
riders without helmet using surveillance videos in real-
time”- International Joint Conference on Neural
Networks (IJCNN), 2016.
[3] Archana D et al, “Mission on! Innovations in bike
systems to provide a safe ride based on IOT”- 2nd
International Conference on Computing and
Communications Technologies (ICCCT), 2017.
[4] Rongbao Chen et al, “An Improved License Plate
Location Method Based on Edge detection”-
International Conference on Applied Physics and
Industrial Engineering, 2012.
[5] Sarbjit Kaur et al, “An Automatic Number Plate
Recognition System under Image Processing”-
International Journal of Intelligent Systems
Technologies and Applications, 2016.

Mais conteúdo relacionado

Mais procurados

IRJET - Efficient Approach for Number Plaque Accreditation System using W...
IRJET -  	  Efficient Approach for Number Plaque Accreditation System using W...IRJET -  	  Efficient Approach for Number Plaque Accreditation System using W...
IRJET - Efficient Approach for Number Plaque Accreditation System using W...IRJET Journal
 
IRJET- Confidential Data Access through Deep Learning Iris Biometrics
IRJET- Confidential Data Access through Deep Learning Iris BiometricsIRJET- Confidential Data Access through Deep Learning Iris Biometrics
IRJET- Confidential Data Access through Deep Learning Iris BiometricsIRJET Journal
 
Efficient and secure real-time mobile robots cooperation using visual servoing
Efficient and secure real-time mobile robots cooperation using visual servoing Efficient and secure real-time mobile robots cooperation using visual servoing
Efficient and secure real-time mobile robots cooperation using visual servoing IJECEIAES
 
DISTRIBUTED SYSTEM FOR 3D REMOTE MONITORING USING KINECT DEPTH CAMERAS
DISTRIBUTED SYSTEM FOR 3D REMOTE MONITORING USING KINECT DEPTH CAMERASDISTRIBUTED SYSTEM FOR 3D REMOTE MONITORING USING KINECT DEPTH CAMERAS
DISTRIBUTED SYSTEM FOR 3D REMOTE MONITORING USING KINECT DEPTH CAMERAScscpconf
 
IRJET - Using Convolutional Neural Network in Surveillance Videos for Recogni...
IRJET - Using Convolutional Neural Network in Surveillance Videos for Recogni...IRJET - Using Convolutional Neural Network in Surveillance Videos for Recogni...
IRJET - Using Convolutional Neural Network in Surveillance Videos for Recogni...IRJET Journal
 
IRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture RecognitionIRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture RecognitionIRJET Journal
 
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...IRJET Journal
 
Visual pattern recognition in robotics
Visual pattern recognition in roboticsVisual pattern recognition in robotics
Visual pattern recognition in roboticsIAEME Publication
 
An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...
An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...
An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...ijma
 
IRJET- Tracking and Recognition of Multiple Human and Non-Human Activites
IRJET- Tracking and Recognition of Multiple Human and Non-Human ActivitesIRJET- Tracking and Recognition of Multiple Human and Non-Human Activites
IRJET- Tracking and Recognition of Multiple Human and Non-Human ActivitesIRJET Journal
 
IRJET- Intrusion Detection through Image Processing and Getting Notified ...
IRJET-  	  Intrusion Detection through Image Processing and Getting Notified ...IRJET-  	  Intrusion Detection through Image Processing and Getting Notified ...
IRJET- Intrusion Detection through Image Processing and Getting Notified ...IRJET Journal
 
IRJET - Plant Disease Detection using ML and UAV
IRJET - Plant Disease Detection using ML and UAVIRJET - Plant Disease Detection using ML and UAV
IRJET - Plant Disease Detection using ML and UAVIRJET Journal
 
IRJET- Digital Identification for Humanoids
IRJET-  	  Digital Identification for HumanoidsIRJET-  	  Digital Identification for Humanoids
IRJET- Digital Identification for HumanoidsIRJET Journal
 
IRJET - Floor Cleaning Robot with Vision
IRJET - Floor Cleaning Robot with VisionIRJET - Floor Cleaning Robot with Vision
IRJET - Floor Cleaning Robot with VisionIRJET Journal
 
IRJET- Security in Ad-Hoc Network using Encrypted Data Transmission and S...
IRJET-  	  Security in Ad-Hoc Network using Encrypted Data Transmission and S...IRJET-  	  Security in Ad-Hoc Network using Encrypted Data Transmission and S...
IRJET- Security in Ad-Hoc Network using Encrypted Data Transmission and S...IRJET Journal
 
IRJET-Intelligent Saw Cutter
IRJET-Intelligent Saw CutterIRJET-Intelligent Saw Cutter
IRJET-Intelligent Saw CutterIRJET Journal
 
TRANSFER LEARNING WITH CONVOLUTIONAL NEURAL NETWORKS FOR IRIS RECOGNITION
TRANSFER LEARNING WITH CONVOLUTIONAL NEURAL NETWORKS FOR IRIS RECOGNITIONTRANSFER LEARNING WITH CONVOLUTIONAL NEURAL NETWORKS FOR IRIS RECOGNITION
TRANSFER LEARNING WITH CONVOLUTIONAL NEURAL NETWORKS FOR IRIS RECOGNITIONijaia
 

Mais procurados (19)

IRJET - Efficient Approach for Number Plaque Accreditation System using W...
IRJET -  	  Efficient Approach for Number Plaque Accreditation System using W...IRJET -  	  Efficient Approach for Number Plaque Accreditation System using W...
IRJET - Efficient Approach for Number Plaque Accreditation System using W...
 
IRJET- Confidential Data Access through Deep Learning Iris Biometrics
IRJET- Confidential Data Access through Deep Learning Iris BiometricsIRJET- Confidential Data Access through Deep Learning Iris Biometrics
IRJET- Confidential Data Access through Deep Learning Iris Biometrics
 
Efficient and secure real-time mobile robots cooperation using visual servoing
Efficient and secure real-time mobile robots cooperation using visual servoing Efficient and secure real-time mobile robots cooperation using visual servoing
Efficient and secure real-time mobile robots cooperation using visual servoing
 
DISTRIBUTED SYSTEM FOR 3D REMOTE MONITORING USING KINECT DEPTH CAMERAS
DISTRIBUTED SYSTEM FOR 3D REMOTE MONITORING USING KINECT DEPTH CAMERASDISTRIBUTED SYSTEM FOR 3D REMOTE MONITORING USING KINECT DEPTH CAMERAS
DISTRIBUTED SYSTEM FOR 3D REMOTE MONITORING USING KINECT DEPTH CAMERAS
 
F0423134
F0423134F0423134
F0423134
 
IRJET - Using Convolutional Neural Network in Surveillance Videos for Recogni...
IRJET - Using Convolutional Neural Network in Surveillance Videos for Recogni...IRJET - Using Convolutional Neural Network in Surveillance Videos for Recogni...
IRJET - Using Convolutional Neural Network in Surveillance Videos for Recogni...
 
IRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture RecognitionIRJET- Survey Paper on Vision based Hand Gesture Recognition
IRJET- Survey Paper on Vision based Hand Gesture Recognition
 
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...IRJET-  	  Traffic Sign Detection, Recognition and Notification System using ...
IRJET- Traffic Sign Detection, Recognition and Notification System using ...
 
S0102297102
S0102297102S0102297102
S0102297102
 
Visual pattern recognition in robotics
Visual pattern recognition in roboticsVisual pattern recognition in robotics
Visual pattern recognition in robotics
 
An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...
An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...
An Improved Tracking Using IMU and Vision Fusion for Mobile Augmented Reality...
 
IRJET- Tracking and Recognition of Multiple Human and Non-Human Activites
IRJET- Tracking and Recognition of Multiple Human and Non-Human ActivitesIRJET- Tracking and Recognition of Multiple Human and Non-Human Activites
IRJET- Tracking and Recognition of Multiple Human and Non-Human Activites
 
IRJET- Intrusion Detection through Image Processing and Getting Notified ...
IRJET-  	  Intrusion Detection through Image Processing and Getting Notified ...IRJET-  	  Intrusion Detection through Image Processing and Getting Notified ...
IRJET- Intrusion Detection through Image Processing and Getting Notified ...
 
IRJET - Plant Disease Detection using ML and UAV
IRJET - Plant Disease Detection using ML and UAVIRJET - Plant Disease Detection using ML and UAV
IRJET - Plant Disease Detection using ML and UAV
 
IRJET- Digital Identification for Humanoids
IRJET-  	  Digital Identification for HumanoidsIRJET-  	  Digital Identification for Humanoids
IRJET- Digital Identification for Humanoids
 
IRJET - Floor Cleaning Robot with Vision
IRJET - Floor Cleaning Robot with VisionIRJET - Floor Cleaning Robot with Vision
IRJET - Floor Cleaning Robot with Vision
 
IRJET- Security in Ad-Hoc Network using Encrypted Data Transmission and S...
IRJET-  	  Security in Ad-Hoc Network using Encrypted Data Transmission and S...IRJET-  	  Security in Ad-Hoc Network using Encrypted Data Transmission and S...
IRJET- Security in Ad-Hoc Network using Encrypted Data Transmission and S...
 
IRJET-Intelligent Saw Cutter
IRJET-Intelligent Saw CutterIRJET-Intelligent Saw Cutter
IRJET-Intelligent Saw Cutter
 
TRANSFER LEARNING WITH CONVOLUTIONAL NEURAL NETWORKS FOR IRIS RECOGNITION
TRANSFER LEARNING WITH CONVOLUTIONAL NEURAL NETWORKS FOR IRIS RECOGNITIONTRANSFER LEARNING WITH CONVOLUTIONAL NEURAL NETWORKS FOR IRIS RECOGNITION
TRANSFER LEARNING WITH CONVOLUTIONAL NEURAL NETWORKS FOR IRIS RECOGNITION
 

Semelhante a IRJET- A Deep Learning based Approach for Automatic Detection of Bike Riders with No Helmet

Vision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep LearningVision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep LearningIRJET Journal
 
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)IRJET Journal
 
TRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEMTRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEMIRJET Journal
 
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...IRJET Journal
 
Safety Helmet Detection in Engineering and Management
Safety Helmet Detection in Engineering and ManagementSafety Helmet Detection in Engineering and Management
Safety Helmet Detection in Engineering and ManagementIRJET Journal
 
Helmet and License Plate Detection using Machine Learning
Helmet and License Plate Detection using Machine LearningHelmet and License Plate Detection using Machine Learning
Helmet and License Plate Detection using Machine LearningIRJET Journal
 
Helmet Detection using Machine Learning
Helmet Detection using Machine LearningHelmet Detection using Machine Learning
Helmet Detection using Machine LearningIRJET Journal
 
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...IRJET Journal
 
AUTONOMOUS SELF DRIVING CARS
AUTONOMOUS SELF DRIVING CARSAUTONOMOUS SELF DRIVING CARS
AUTONOMOUS SELF DRIVING CARSIRJET Journal
 
IRJET- Damage Assessment for Car Insurance
IRJET-  	  Damage Assessment for Car InsuranceIRJET-  	  Damage Assessment for Car Insurance
IRJET- Damage Assessment for Car InsuranceIRJET Journal
 
Face Recognition System using OpenCV
Face Recognition System using OpenCVFace Recognition System using OpenCV
Face Recognition System using OpenCVIRJET Journal
 
IRJET-A review of Face Recognition Based Car Ignition and Security System
IRJET-A review of Face Recognition Based Car Ignition and Security SystemIRJET-A review of Face Recognition Based Car Ignition and Security System
IRJET-A review of Face Recognition Based Car Ignition and Security SystemIRJET Journal
 
Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...
Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...
Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...IRJET Journal
 
CAR DAMAGE DETECTION USING DEEP LEARNING
CAR DAMAGE DETECTION USING DEEP LEARNINGCAR DAMAGE DETECTION USING DEEP LEARNING
CAR DAMAGE DETECTION USING DEEP LEARNINGIRJET Journal
 
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...IRJET Journal
 
IRJET - Biometric Identification using Gait Analyis by Deep Learning
IRJET -  	  Biometric Identification using Gait Analyis by Deep LearningIRJET -  	  Biometric Identification using Gait Analyis by Deep Learning
IRJET - Biometric Identification using Gait Analyis by Deep LearningIRJET Journal
 
Object and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually ImpairedObject and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually ImpairedIRJET Journal
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...IRJET Journal
 
HELMET DETECTION USING ARTIFICIAL INTELLIGENCE
HELMET DETECTION USING ARTIFICIAL INTELLIGENCEHELMET DETECTION USING ARTIFICIAL INTELLIGENCE
HELMET DETECTION USING ARTIFICIAL INTELLIGENCEIRJET Journal
 

Semelhante a IRJET- A Deep Learning based Approach for Automatic Detection of Bike Riders with No Helmet (20)

Vision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep LearningVision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
Vision-Based Motorcycle Crash Detection and Reporting Using Deep Learning
 
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
ROAD SIGN DETECTION USING CONVOLUTIONAL NEURAL NETWORK (CNN)
 
TRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEMTRAFFIC RULES VIOLATION DETECTION SYSTEM
TRAFFIC RULES VIOLATION DETECTION SYSTEM
 
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...
IRJET- Computerized Vehicle Foyer and Outlet Monitoring System using Deep Lea...
 
Safety Helmet Detection in Engineering and Management
Safety Helmet Detection in Engineering and ManagementSafety Helmet Detection in Engineering and Management
Safety Helmet Detection in Engineering and Management
 
Helmet and License Plate Detection using Machine Learning
Helmet and License Plate Detection using Machine LearningHelmet and License Plate Detection using Machine Learning
Helmet and License Plate Detection using Machine Learning
 
Helmet Detection using Machine Learning
Helmet Detection using Machine LearningHelmet Detection using Machine Learning
Helmet Detection using Machine Learning
 
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
Automatic And Fast Vehicle Number Plate Detection with Owner Identification U...
 
AUTONOMOUS SELF DRIVING CARS
AUTONOMOUS SELF DRIVING CARSAUTONOMOUS SELF DRIVING CARS
AUTONOMOUS SELF DRIVING CARS
 
IRJET- Damage Assessment for Car Insurance
IRJET-  	  Damage Assessment for Car InsuranceIRJET-  	  Damage Assessment for Car Insurance
IRJET- Damage Assessment for Car Insurance
 
Self Driving Car
Self Driving CarSelf Driving Car
Self Driving Car
 
Face Recognition System using OpenCV
Face Recognition System using OpenCVFace Recognition System using OpenCV
Face Recognition System using OpenCV
 
IRJET-A review of Face Recognition Based Car Ignition and Security System
IRJET-A review of Face Recognition Based Car Ignition and Security SystemIRJET-A review of Face Recognition Based Car Ignition and Security System
IRJET-A review of Face Recognition Based Car Ignition and Security System
 
Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...
Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...
Traffic Sign Board Detection and Recognition using Convolutional Neural Netwo...
 
CAR DAMAGE DETECTION USING DEEP LEARNING
CAR DAMAGE DETECTION USING DEEP LEARNINGCAR DAMAGE DETECTION USING DEEP LEARNING
CAR DAMAGE DETECTION USING DEEP LEARNING
 
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...
Automatic Traffic Rules Violation Control and Vehicle Theft Detection Using D...
 
IRJET - Biometric Identification using Gait Analyis by Deep Learning
IRJET -  	  Biometric Identification using Gait Analyis by Deep LearningIRJET -  	  Biometric Identification using Gait Analyis by Deep Learning
IRJET - Biometric Identification using Gait Analyis by Deep Learning
 
Object and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually ImpairedObject and Currency Detection for the Visually Impaired
Object and Currency Detection for the Visually Impaired
 
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...IRJET-  	  Number Plate Extraction from Vehicle Front View Image using Image ...
IRJET- Number Plate Extraction from Vehicle Front View Image using Image ...
 
HELMET DETECTION USING ARTIFICIAL INTELLIGENCE
HELMET DETECTION USING ARTIFICIAL INTELLIGENCEHELMET DETECTION USING ARTIFICIAL INTELLIGENCE
HELMET DETECTION USING ARTIFICIAL INTELLIGENCE
 

Mais de 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
 

Mais de 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...
 

Último

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
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
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
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
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
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
 

Último (20)

(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
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
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
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
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
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
 

IRJET- A Deep Learning based Approach for Automatic Detection of Bike Riders with No Helmet

  • 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 S© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 590 A DEEP LEARNING BASED APPROACH FOR AUTOMATIC DETECTION OF BIKE RIDERS WITH NO HELMET Pavithra S1*, Priyadharsini M2, Jayalakshmi S3 1,2,3UG Students Department of Information Technology, SRM Valliammai Engineering College, Kancheepuram, Tamil Nadu, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - Detection of traffic rule violators is a challenging task. It is a critical part of many applications such as traffic surveillance. Helmet detection plays an important role in the identification of traffic rule violators. A method is developed combiningclassification and cluster for helmet detection. The proposed method involves Pre-processing, feature extraction, and classification. It is demonstrated by using surveillance traffic videos. Finally,themethodwillclassifywhetherthe person is wearing a helmet or not. Aftertheclassification, if the person captured is not wearing a helmet it will send a message with a fine amount to the corresponding person. As far the robustness and effectiveness are concerned, this method is betterthanexistingalgorithms. Key Words: Traffic rule violators, Pre-processing, Feature Extraction, Classification 1 INTRODUCTION Two-wheeler is the most convenient and easy mode of transportation. It is mandatory to wear a helmet in heavy traffic areas to prevent accidents. By considering the use of helmet, Governments have made it a punishable offense to ride a bike without a helmet and have adopted manual strategies to catch the violators. Image processing means processing the images based on the application with the specific parameters. Pre- processing is the first step to improve the quality of the images. The feature descriptor algorithm is used to extract the exact feature andtodifferentiateonefeature from another. CNN classifier is used to split the images into two groups, one for training data and another for test data to use in classification. A ConvolutionalNeural Network (CNN) is a class of artificial neural networks used in image processing that is specificallydesignedto process pixel data. 1.1 OBJECTIVE The main aim of this project is to detect the bikers with no helmet, without manual interference and also detect the license number plate of the motorcycle. It alerts the person through phone number with fine amount. This will prevent road accidents. 1.2 OVERVIEW The Helmet detection system is recommended for the identification of a particularpersonwithnohelmet.The input to the system is captured video which is then converted into images. Then preprocessing functions are applied to the image such as background noise, enhancing contrast and binarization of images.Inorder to know the characteristics of the image, the Feature descriptor algorithm is used to extract the exactfeature and to differentiate one feature from another. CNN classifier is used to splittheimagesintotwogroups,one for training data and another for test data to use in classification. After extracting the Region of Interest (RoI), the CNN classifier is being trained by a certain number of pictures wearing a helmet is provided. By matching RoI and trainedfeatures,itwillbedetermined whether motorcyclists are wearing a helmet or not. Convolutional Neural Network is used to solve the classification problem efficiently. 1.3 APPLICATIONS The main application of helmet detection is to prevent accidents in traffic areas. Even though the government takes various measures, it is not properly followed by themotorcyclists,soseveralsmarttechniquesshouldbe employed. Construction industry and powersubstation suffer a lot of difficulties because of carelessness in wearing safety helmets. Hence, there is a need for a surveillance system that is capable of detectinghelmets and preventing the deaths. A more sophisticated computer vision model that encompasses image processing, machine learning, Convolutional neural networks (CNN), classifiers such as support vector machine (SVM), ViBe background modeling algorithm, Histogram of Oriented Gradients (HOG) features and other techniques will solve the problem.
  • 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 S© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 591 2. LITRATURE SURVEY The systems have encountered many reference papers, this work enabled to understand a deep learning-based approach for helmet detection of bike riders with no helmet in a better way. [1] Felix Wilhelm Siebert et al, “Detecting motorcycle helmet use with deep learning”- Elsevier, 2019. The helmet detection is performed by Object detection algorithm YOLO9000. It involves annotation for sampling the video clips and RetinaNet. DRAWBACKS  It needs more data for helmet detection accuracy in motorcyclists with more than two drivers.  Diverse video data to be collected according to the camera angle. [2] Kunal Dahiyaetal,“Automaticdetectionofbike- riders without helmet using surveillance videos in real-time”-InternationalJointConferenceonNeural Networks (IJCNN), 2016. The detection of a helmet from the bike riders that could be performed in this Automatic detection system by using visual featuresandbinaryclassifier. Histogram of oriented gradients (HOG), scale-invariant feature transform (SIFT), and local binary patterns (LBP) are the three main performance comparison method. DRAWBACKS  Video surveillance-based methods are passive and require significant human assistance.  It is not an efficient solution due to its requirement of dedicated hardware. [3] Archana D et al, “Mission on! Innovationsinbike systems to provide a safe ride based on IOT”- 2nd International Conference on Computing and Communications Technologies (ICCCT), 2017. In case of making machines more sophisticated in their way of learning and making decisions we develop the intelligenceapplication.Toincreasesafetywhiledriving we implemented this method. The bike machine has started only when the person wears a helmet. By making the handlebar vibration to intimate the over speed performed by the user. DRAWBACKS  Cost is the major hindrance to the widespread use of safety systems. [4] Rongbao Chen et al, “An Improved License Plate Location Method Based on Edge detection”- International Conference on Applied Physics and Industrial Engineering, 2012. In license plate detection, the location of the license place is more important. Using the Prewitt arithmetic operator that identifies the license plate even under different backgrounds and lighting conditions by preprocessed plate image. DRAWBACKS  More similar database is needed to compare all edge-based methods. [5] Sarbjit Kaur et al, “An Automatic Number Plate Recognition System under Image Processing”- International Journal of Intelligent Systems Technologies and Applications, 2016. Using the computer vision and image processing technology, the number plate that has been detected automatically and also extracts the number plate from the whole vehicle image. The vehicle that can be preprocessed first by iterative bilateral filtering and adaptive histogram equalization. DRAWBACKS  Bad weather and hindrances can make automatic license plate recognitionsystemsnot completely effective. 3. MODULE DESCRIPTION (i) INPUT VIDEO DETECTION The input video has been captured by using either ipcam or webcam. It is thenconvertedintoimages,from this face of the biker is identified by using the haar cascade classifier algorithm to detect whether the person is wearing a helmet or not. (ii) IMAGE CLASSIFICATION Image classification involves converting the captured images into a binary image, grayscale image and colour image for further classification. After the conversion of images, it then compared with trained images in the database for evaluation.
  • 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 S© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 592 Fig -1: Images stored in greyscale (iii) CNN CLASSIFIER Convolutional Neural Networkis a partof deep learning neural network. It contains special architecture with a multi-layeredneuralnetworktodetectcomplexfeatures in data. CNN contains a feature descriptor called kernel or filter, which converts the images into matrix representation to identify complex features. Fig -2: CNN Operation (iv) RESULT INTERPRETATION In the final step, after the classification of images and comparison of images with trained images, the system detects whether the person is wearing a helmet or not and shows the result. If the person is not wearing a helmet, it captures the license plate of the bike and generates SMS with a fine amount. 4. SYSTEM DESIGN In System design, the language used is Python. The backend process is OpenCV and dataset. 4.1 ARCHITECTURAL DESIGN The proposed system involves feature descriptors and neural networksforhelmetdetection.Thefirststepisto capture the video input for face detection and then it is convertedintoimagesforclassification.Thesecondstep in the detection process is Pre-processing, which involves enhancing the important features like image contrast, pixel brightness, geometric transformation and removal of distortions for further processing. After Pre-processing the next step is feature extraction in which the various features of the image are extracted using the feature descriptor algorithm. In the final step, the trained images in the database are compared with captured images forfurtherclassification.Afterthefinal classification, it shows whether the person is wearing a helmet or not. Fig -3: Block Diagram 4.2 PROPOSED METHOD Image procurement: The input image is captured through ipcam or webcam. It is the major part of any vision system. Preliminary processing techniques: This step is mainly focused on removal of background noise, enhancing contrastness and binarization of images. Helmet detection: After extracting the Region of Interest(RoI), classifier which is being trained by a certain amount of picture wearing helmet is provided. By matching RoI and trained features, it will be determined that whether motorcyclists is wearing helmet or not. License plate detection: If the person didn’t wear a helmet, it captures the license plate of the particular vehicle. SMS generation: After capturing the license plate, it generates the SMS to the person with a fine amount. CNN Technique Convolution is the integration of two functions that shows how one function modifies the other. The formula for convolutional function is,
  • 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 S© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 593 The three important items in this process are the input image, the feature detector and the feature map. The input image is the image detected from the camera. The feature detector is a 3x3 matrix and is also referred to as a kernel or a filter. The input image is represented in the matrix and it is multiplied element-wise with the feature detector to produce a feature map. The feature map is also known as the convolved feature or an activation map. The main aim of the convolution is to reduce the size of theimageandmakeprocessingfaster. Fig -4: CNN Features 5. OUTPUT Outputs obtained are as following: 1. Person wearing the helmet is detected. Fig -5: Helmet Detection Process 2. After detecting the helmet, the following message is displayed. Fig -6: Helmet Detected Message 3. If the person didn’t wear the helmet, the license plate is captured. Fig -7: License Plate Captured 4. After capturing the license plate, SMS is generated.
  • 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 S© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 594 Fig -8: SMS alert 5. CONCLUSION In the proposed system, the existing algorithms such as support vector machine (SVM), ViBe background modeling algorithm, Histogram of Oriented Gradients (HOG) is replaced by CNN techniques. A framework is represented for detection of traffic rule violators who ride bike without using helmet. The proposed system provides efficiency and robustness. Convolutional Neural Network is a part of deep learning neural network. It contains special architecture with a multi- layered neural network to detect complex features in data. CNN contains a feature descriptor called kernel or filter, which converts the images into matrix representation to identify complex features. 5.1 FUTURE WORK In future, for a more reliable and less complex system the system can be improved by substituting advanced techniques. This application can be implemented in various real-time scenarios like Video Surveillance, Outdoor Object recognition systems, Security Process on Toll Gate etc. REFERENCES [1] Felix Wilhelm Siebert et al, “Detecting motorcycle helmet use with deep learning”- Elsevier, 2019. [2] Kunal Dahiya et al, “Automatic detection of bike- riders without helmet using surveillance videos in real- time”- International Joint Conference on Neural Networks (IJCNN), 2016. [3] Archana D et al, “Mission on! Innovations in bike systems to provide a safe ride based on IOT”- 2nd International Conference on Computing and Communications Technologies (ICCCT), 2017. [4] Rongbao Chen et al, “An Improved License Plate Location Method Based on Edge detection”- International Conference on Applied Physics and Industrial Engineering, 2012. [5] Sarbjit Kaur et al, “An Automatic Number Plate Recognition System under Image Processing”- International Journal of Intelligent Systems Technologies and Applications, 2016.