Last active
August 22, 2020 09:03
-
-
Save ibaiGorordo/e57b13340beed7d114714852bd4e539c to your computer and use it in GitHub Desktop.
List of face mask detection model examples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Repository | Author | Dataset | Model | Input shape | Platform | URL | |
---|---|---|---|---|---|---|---|
FaceMaskDetection | AIZOOTech | AIZOOTech (7959 images) | Small CNN (SSD) | 260 x 260 | Multiple | https://github.com/AIZOOTech/FaceMaskDetection | |
Face-Mask-Detection | chandrikadeb7 | Custom (3835 images) | ResNet (SSD) (face detection) + MovileNetV2 (mask classification) | 300 x 300 (face detection) + 224 x 224 (mask classification) | Tensorflow + OpenCV | https://github.com/chandrikadeb7/Face-Mask-Detection | |
face-mask-detection-tf2 | PureHing | Modified AIZOOTech (7959 images) | Mobilenet + RFB (SSD) | 240 x 240 | Tensorflow 2.1 | https://github.com/PureHing/face-mask-detection-tf2 | |
Face-Mask-Detection | mk-gurucharan | Prajna Bhandary’s dataset (1376 images) | Cascade Classifier for face detection + very small CNN for face mask classification | 150 x 150 | Tensorflow + OpenCV | https://github.com/mk-gurucharan/Face-Mask-Detection | |
face_mask_detection | Spidy20 | Custom (using webcam) | faster_rcnn_inception_v2 | 312 x 224 | Tensorflow | https://github.com/Spidy20/face_mask_detection | |
yolov4_face_mask_detection | Backl1ght | AIZOOTech (7959 images) | YoloV4 | 608 x 608 | Keras | https://github.com/Backl1ght/yolov4_face_mask_detection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment