SYNOPSIS1
SYNOPSIS1
SYNOPSIS1
SUBMITTED BY:
ASHWINI N – 1JV21CS007
ISHWARYA H N – 1JV21CS022
SAGAR A N- 1JV22CS403
SHALINI B K– 1JV22CS404
Helmet detection and Fine alerting System Using Deep learning
ABSTRACT
In recent years, road accidents involving motorcyclists have significantly increased, making helmet
usage a critical safety measure. Despite existing laws mandating helmet use, many riders neglect to
follow these regulations. This project aims to develop an automated helmet detection and fine alert
system using facial recognition and MobileNet, a deep learning model optimized for real-time
mobile and embedded vision applications. The system is designed to detect whether a rider is
wearing a helmet, identify the rider using facial recognition, and issue a fine if helmet usage is
violated. The combination of MobileNet’s efficient architecture and a facial recognition system
offers a lightweight, accurate, and real-time solution to promote road safety.
LITERATURE REVIEW
Use LBPH for identifying offenders by comparing detected faces with a centralized
database.
Link violations to an individual’s vehicle registration and personal details.
System analysis:
3.1 Existing System
A number of approaches have been taken to predict driver attention state for providing traffic safety
and to reduce the number of accidents. However, most of the available systems for driver’s
attention monitoring purpose usually are either expensive or limited to special high-end car models.
These systems cannot be affordable for drivers of low income or developing countries.
In this project we are detecting whether two wheeler rider wearing helmet or not, if he is not wearing
helmet then we are going to extract the face images of person not wearing helmet. To recognize the
face LBPH algorithm is used. The main principle involved is object detection using deep learning at 3
levels. To implement above techniques we are following below
steps: 1) First image will be captured to the application and using YOLOV2 we will check whether
image contains person or not, if YOLO model detect both person and motorbike then we will proceed
to step2
2) In this module we will use YOLOV3 model to detect whether object wear helmet or not, if he wears
helmet then application will stop here itself. If rider does not wear helmet then application proceed to
step 3.
3) In this module we will extract recognize person face using LBPH and send fine email using Gmail
API.
Advantages:
Our system exactly detects the person based on our dataset and put fine on person who
is not wearing helmet.
Hardware REQUIREMENTS:
Ram: 8 GB or more
SOFTWARE REQUIREMENTS:
Languages: Python
1. Technical Feasibility
Advantages
Real-Time Detection: YOLO's speed and accuracy make it suitable for real-time helmet
detection on live video streams.
Face Recognition Robustness: LBPH works well with low-resolution images, making it
compatible with standard CCTV cameras.
Hardware Requirements:
o YOLO can be implemented on GPUs or edge devices like NVIDIA Jetson.
o LBPH has low computational overhead, making it lightweight for face recognition
tasks.
Scalability: Models can be trained and fine-tuned for regional helmet types or unique traffic
conditions.
Challenges
Complex Environments:
o YOLO's performance may drop in low light, heavy traffic, or bad weather.
o LBPH may fail for partially covered or obscured faces.
Integration:
o Merging detection (YOLO) and recognition (LBPH) requires optimized pipelines.
2. Operational Feasibility
Advantages
Ease of Deployment:
o Can utilize existing CCTV infrastructure, reducing setup costs.
o Software updates can refine the detection and recognition over time.
Automation:
o Automated fine generation reduces manual intervention by law enforcement.
Integration with Databases:
o Can link to centralized vehicle registration and law enforcement systems.
Challenges
Maintenance:
o Periodic retraining of models to account for new types of helmets or changing traffic
patterns.
Infrastructure Dependence:
o Requires stable internet connectivity for cloud-based operations or high-speed
hardware for edge processing.
Response Time:
o Real-time detection and recognition systems need low latency to be effective.
3. Economic Feasibility
Advantages
Cost Savings:
o Reduces the need for on-ground personnel to monitor helmet violations.
o Generates revenue through fines.
Long-Term Benefits:
o Improved compliance leads to fewer road accidents, reducing public health costs.
Open Source:
o Both YOLO and LBPH are open-source technologies, reducing initial software
costs.
Challenges
Initial Investment:
o Hardware (GPUs, edge devices) and software development costs.
o Costs for integrating with existing traffic monitoring systems.
Scalability Costs:
o Expanding the system to cover an entire city or country increases hardware and
maintenance costs.