https://github.com/smoke-trees/maskon
Model for Mask Detection
https://github.com/smoke-trees/maskon
Last synced: about 1 month ago
JSON representation
Model for Mask Detection
- Host: GitHub
- URL: https://github.com/smoke-trees/maskon
- Owner: smoke-trees
- Created: 2020-06-10T07:38:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T07:40:32.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T06:09:01.638Z (3 months ago)
- Language: Jupyter Notebook
- Size: 707 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MaskOn
The repository contains a trained mask classification model which you can use to detect if a person in wearing mask or not in real time.
# Mask Detection Model
Train : to train the model using pytorch.
labelDetect : Use Model to detect masks in real time.
HaarCascade : HaarCascade Classifier xml file for face detection.