You are on page 1of 7

RoboPrix

Ideathon
2021
Face Mask Detection & Social Distance Maintainer
For Schools and Colleges
The problem

Come up with a solution for managing


students, when the college reopens. Tackle the
problems faced while opening or after opening
the college offline, keeping the necessary covid
protocols in mind.
● Making an efficient face
mask detection system
and installing it at entry
points of the college and

Our Solution schools.

● Instant alarm/warning
system to maintain social
distancing.
Challenges deep-dive

Challenge 1 Challenge 2 Challenge 3

Facemask detection Social distancing Warning system


We needed to come up Surveillance We also needed to
with an efficient and fast We needed to decide on determine in which way
solution for face-mask how and which methods should we warn or notify
detection so that, the and algorithms to use the person or their
classes can start duly on for determining social teacher about
time. distancing norms based non-followance of covid
on live video feed. safety norms.
Implementation
Tools Used :

● Python 3.8

● OpenCV 4.5.3

● Tensorflow

● Live surveillance cameras

● Alarm system
Face Detection :
Code : https://github.com/M-ar-sh-h/RoboPrix-Hackathon/tree/main

Video : https://drive.google.com/file/d/1xvR7VKvFfAuXH4grOY3QfkS8aZDNsnW4/view

● The CCTV will capture the face of students and the feed will be sent to the interface
for face mask detection.
● If the face is identified with a mask, the student will be allowed to enter the room or
any particular place or even roam in the campus.
● If face mask is not detected, then the face is identified from the student database in
college and details of the particular student are obtained.
● Then using communication API’s such as twilio, the system will send warning
message to that student and his/her picture will be uploaded to a web portal as
proof.
● The same API will be used to send the message and details of the student to
student coordinator. In addition to this, the coordinator alone will be able to access
the web portal for the proof.
Social Distancing Detection Algorithm :

Code : https://github.com/M-ar-sh-h/RoboPrix-Hackathon

● The CCTV is used to get the live feed.

● The distance between students is calculated from the live feed using certain
algorithm.

● If the distance is less than government prescribed one, then a recorded message
is played on the campus microphone to warn the students.

You might also like