Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 1017 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 1017 Bytes

Mask Detection

This project is about building a model that can detect if a person is wearing a mask or not. I build the model using pytorch in jupyter notebook. This project makes use of transfer-learning. I have used vgg19 pretrained model and added new layers on top of them and trained the resultant model.

Dataset

The dataset is taken from here which contains almost 12k images.

Running the project

Open In Colab

The project is developed in google colab as it provides a free T4-GPU with almost 15 gb of VRAM. click on the above badge to open the project in the google colab.

Result

image