Parisa-Bagherzadeh / Real-Time-Face-Mask-Detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real Time Face Mask Detector

This is a model based on vgg16 which detects face mask in real time
To train the model this dataset https://www.kaggle.com/ashishjangra27/face-mask-12k-images-dataset is used
To use the model :

  • first save the model from Face_Mask_Detection.ipynb file
  • then run inference.py file
Accuracy Loss
Train 0.99 0.01
Validation 0.98 0.55
Test 0.98 0.35

About


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%