Real-Time Face Mask Detection
Real-Time Face Mask Detection
Real-Time Face Mask Detection
I would like to express my sincere and deep sense of gratitude to my Project Guide
Dr.S.Gowri for his valuable guidance, suggestions and constant encouragement
paved way for the successful completion of my project work.
I wish to express my thanks to all Teaching and Non-teaching staff members of the
Department of Computer Science and Engineering who were helpful in many ways for the
completion of the project.
TRAINING CERTIFICATE
ABSTRACT
ABSTRACT
LIST OF FIGURES
LIST OF TABLES
LIST OF ABBREVATIONS
1 INTRODUCTION 11
2. RELATED WORKS 12
3. PROPOSED WORKS 14
A. Dataset Description 14
B. Data Preprocessing 16
C. Training Phase 17
5 CONCLUSIONS 25
REFERENCES 26
APPENDIX
A.SCREENSHOTS 28
LIST OF FIGURES
2 PERFORMANCE REPORT 23
Related Works :
This section describes the related works which are done previously in
this field. There are many models are used to develop Face mask detection
system. Here the list of some [4][5][6][7][8][9][10][13][14] models which are
discussed below. Author Mohamed LakhdarMokeddem et al. [3]Developed
the face mask detection system using YOLOV4 model, which is similar to
SSD model. Yolov4 is a high precision model and single-stage object
detection algorithm which is proposed in 2020. In this paper, the dataset is
divided into three classes 1.wider face 2.FMD 3.RMFD contains 14409
images. This model gives results of average precision for 416*416 is 83%
and precision equal to 86.29 with input 512*512 and precision equal to 88.82
with input size 608*608 which is less than our proposed model. Author J. R.
V. Jeny et al.[4]Developed a face mask detector using MTCNN model. The
datasets used in this paper contain 1139 images in which 659 images are
with mask and remaining 480 are without mask images, which are trained
and tested. As a result, this model gives F1 score as 0.91 whereas our
proposed model gives 0.99 F1 scores as a result. so our model is slightly
more accurate than this model In this paper [5]The author T. Q. Vinh et al.
used Yolov3 algorithm and haar cascade detector to detect the face. This
algorithm was developed by Joseph Redmon et al. in the year 2018.This
model has proven to be effective in object detection and vehicle detection
systems. The dataset consists of 7000 images provided by MAFA. This
model achieves an accuracy of 90.1 in the training of dataset In this paper
[6]The author Mittal et al. developed a lightweight convolutional neural
network-based model to achieve a comparable accuracy with different
models developed in the past. The author uses the YoloV3 model to train the
dataset. The dataset contains 494,414 sample images. This deep CNN
based mask detection achieved 97.7% accuracy. In this paper [7]The author
J. Ieamsaard et al. developed the face mask detection system using deep
learning model using YoloV5 algorithm. The experimental results for this face
mask detection system obtained from the deep learning models with different
epochs, including 20,50,100,300,500. The dataset used in this model
contains 853 images. Each image has different sizes, its label and bounding
boxes are assembled in the PASCAL VOC format. The deep learning model
for the face mask detection system has good performance with the accuracy
of 96.5% with 300 Epochs. In this paper [8] The Author developed a transfer
learning model to automate the process of detecting the mask in the face of
human beings. The author developed this model using pre-trained deep
learning model. This mask detection system is trained with Simulated
Masked Face Dataset (SMFD). The transfer learning of InceptionV3 model
achieved 99% accuracy in the training phase. In this paper [9] the author
developed a combination of light weight neural network MobilenetV2 and
single shot detector to achieve the balance of resource limitations and better
accuracy. The dataset which is used to train the model consists of 3165
images. This system achieves 91.7% of precision score and 0.91 of recall
values with FPA=28.07. In This paper [10] the author developed a face mask
detection system using ResNet-101 and raspberry bi board. This model
consists of two key components, One is deep transfer learning ResNet-101
as a feature extractor and the second one is a basic machine learning
decision tree. This model is trained using 1570 images and achieves 96.02%
of precision score.
III. PROPOSED WORK
A. Dataset Description