Skip to content

Detecting people with/without face masks using FasterRCNN

Notifications You must be signed in to change notification settings

eda-ayan/FaceMaskDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

FaceMaskDetection

Detecting people with/without face masks using FasterRCNN

Used Dataset: https://www.kaggle.com/andrewmvd/face-mask-detection

About the data: Masks play a crucial role in protecting the health of individuals against respiratory diseases, as is one of the few precautions available for COVID-19 in the absence of immunization. With this dataset, it is possible to create a model to detect people wearing masks, not wearing them, or wearing masks improperly. This dataset contains 853 images belonging to the 3 classes, as well as their bounding boxes in the PASCAL VOC format. The classes are:

With mask; Without mask; Mask worn incorrectly.

FasterRCNN model with Adam optimizer is implemented in the notebook, as well as helper function for drawing boxes.

Result of the model:

image

About

Detecting people with/without face masks using FasterRCNN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published