Skip to content

A lightweight face mask detection model with a high ability to detect a person with the mask or without a mask at any type of movement.

Notifications You must be signed in to change notification settings

tamim662/Face-Mask-Detector

Repository files navigation

Face-Mask-Detector

Here, I implemented a deep learning model using YOLOv4 to detect Face Mask on Human face.


The Dataset collected from the Kaggle Face Mask Detection Dataset

Here, I was not using the default YOLOv4 model rather using the tiny version of it. The reason behind it the default version takes a huge amount of time to train, where the tiny version takes very little time. However the ability of detection was not compromised where I use the generated anchors on the custom dataset and turn on random initialization to increase the accuracy; finally used 3 YOLO detection layers to detect objects in small, medium, and large scales.

Download the model from [here]

Detection Test Sample

Predictions

About

A lightweight face mask detection model with a high ability to detect a person with the mask or without a mask at any type of movement.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published