MaskD - Face Mask Detection
About:
MaskD detects face masks from static images as well as in real-time video streams using machine learning models.
How it works:
After launching the app, you'll be presented with an option to either add an image from the gallery or stream from your camera. This image or live stream feed is compared to a dataset consisting of 3835 images belonging to two classes; with_masks(1916) and without_masks(1919). The app will then display the result in percentage using a well-defined algorithm.
NB: The image must be a closeup of a face and the environment well illuminated.
About:
MaskD detects face masks from static images as well as in real-time video streams using machine learning models.
How it works:
After launching the app, you'll be presented with an option to either add an image from the gallery or stream from your camera. This image or live stream feed is compared to a dataset consisting of 3835 images belonging to two classes; with_masks(1916) and without_masks(1919). The app will then display the result in percentage using a well-defined algorithm.
NB: The image must be a closeup of a face and the environment well illuminated.
Show More