MehrabKalantary / VGG19-Face-Mask-Detection

Face mask detection using VGG19 model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Face Mask Detection using VGG Model

Camera face mask detection using VGG19 model

Dataset

Contents

Data Understanding

The original data contains 4k images, but we reduce it to 2k. So there are 2k images belonging to the 2 classes.

Modeling

We use VGG19 model and remove top of it to add one dense layer with 1 unit.

p

Evaluation

  • Accuracy plot

  • p2

Prediction

We use this model to detect face mask from camera.

About

Face mask detection using VGG19 model


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%