You are on page 1of 10

Worklet –Visual Computing

Date: 08/06/2022

Team Members: Uday Vamsidhar


Shreyan
Mohit
Vaasavi
ID and Helmet Verification System
Problem Statement

To verify if every student is wearing an ID card.

To ensure every 2 wheeler driver wears a helmet.


Dataset Description

Having a camera at the front gate of SRM or the


Infront of TechPark for data.

All people entering the premises will be our


target dataset.
Basic Algorithm
count_number_people = computer_vision_count_head_function() ;

count_number_vehicle_people = computer_vision_count_head_function() ;

count_number_helmet = computer_vision_count_helmet_function() ;

count_number_id = computer_vision_count_id_function() ;

if count_number_people > count_number_id then


mark_red = cv_person_no_id_function();

if count_number_vehicle_people > count_number_helmet then


mark_red = cv_person_no_helmet_function

if mark_red == check_line
// set off alarm
Novel Idea In Proposal

Check for triple riding or rather just


more than 2 people in a single 2
wheeler.

Also check for speed limit followed


in the college premises.
Hardware & Software Requirements
Speed Sensor
CV based camera.

Designing skills
Proposed Architecture
Helmet Check

Result
2 Wheeler Check Speed Limit Check

Rider Number Check Allowance / No Allowance

Person

Flow Control

ID card Check
Mark Red Alarm At Entrance

Nothing if Not Entering


Good To Go
Workflow & TimeLine
Algorithms without CV requirements Algorithms with CV requirements

Good To Go
Mark Red

Result Helmet Check

Nothing if Not Entering Speed Limit Check

Rider Number Check


Alarm At Entrance
2 Wheeler Check
Allowance / No Allowance
ID card Check

Flow Control Person


Thank You, but….

You might also like