0% found this document useful (0 votes)
7 views10 pages

Facemaskdetection Internship

The document discusses the development of a COVID-19 face mask detection system by Code Clause, utilizing machine learning and computer vision technologies. The project aims to enhance public safety by accurately identifying individuals not wearing masks in real-time. While the system offers significant benefits in controlling virus spread, it also faces challenges such as false positives and user discomfort.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views10 pages

Facemaskdetection Internship

The document discusses the development of a COVID-19 face mask detection system by Code Clause, utilizing machine learning and computer vision technologies. The project aims to enhance public safety by accurately identifying individuals not wearing masks in real-time. While the system offers significant benefits in controlling virus spread, it also faces challenges such as false positives and user discomfort.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

FACE MASK DETECTION

Internship organization : Code Clause


Name : N.Nimitha
Roll no : 160620747029
INTRODUCTION
The world as we know it has changed drastically in the past year due to the
COVID-19 pandemic. With the virus spreading rapidly, governments and
organizations around the globe have had to take drastic measures to contain its
spread. One such measure has been the implementation of mandatory face
mask usage in public spaces.
While this may seem like a simple solution, enforcing it has proven to be a
challenge. This is where facemask detection technology comes into play. By
using advanced algorithms and machine learning, these systems can detect
whether or not an individual is wearing a mask in real-time, and alert
authorities if they are not. The urgency of this issue cannot be overstated, as
the consequences of non-compliance can be dire
 CodeClause is a leading technology company founded in 2010 CodeClause has
industry-specific software expertise in Technology, Financial, Healthcare, Media,
Manufacturing, and many other sectors. The company specializes in offering Data &
Analytics, Automation AI, IoT Services, Web Designing, Web Application
Development, Mobile Application Development, Software Development, Digital
Marketing, Software Testing, Quality Assurance services, and many more.
OBJECTIVE
 In this project we created a COVID-19 face mask detector using
opencv,keras,Tensorflow and Deep learning
 To create our face mask detector,we trained a two-class model of people
not wearing masks
 We fine-tuned MobileNetV2 on our mask/no mask dataset and obtained a
classifier that is accurate
 We then took this face mask classifier and applied it to images by:
• detecting faces in images
• extracting each individual face
 Applying our face mask classifier
TOOLS AND TECHNOLOGY USED

 Python
 Command prompt
 Keras
 Tensorflow
 Convolutional neural network
 Deep learning
ALGORITHM
 Facemask detection algorithms typically involve using computer vision
techniques to analyze images or video footage. The first step is to detect
any faces in the image or frame, which can be done using methods such
as Haar cascades or deep learning-based approaches like Faster R-CNN.
 Once a face has been detected, the algorithm then analyzes the region of
interest around the face to determine whether or not a facemask is being
worn. This can be done using techniques such as template matching,
feature extraction, or machine learning classifiers like SVM or CNNs.
RESULT
ADVANTAGE

 Facemask detection systems have become an essential tool in the


fight against the COVID-19 pandemic.
 By detecting individuals who are not wearing masks, these
systems can help prevent the spread of the virus and protect public
health. In addition to their effectiveness in controlling the spread
of diseases, facemask detection systems also offer a range of other
benefits.
DISADVANTAGE

 One potential disadvantage of facemask detection systems is the


issue that Some individuals may feel uncomfortable wearing mask
 Another potential issue is false positives, which can occur when the
system incorrectly identifies someone as not wearing a mask.
CONCLUSION

 Facemask detection plays a crucial role in enforcing safety


measures and preventing the spread of infectious diseases.
 Automated detection using computer vision and machine learning
offers significant advantages.

You might also like