An open API service indexing awesome lists of open source software.

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

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.