MaskUp
Detect
(current)
Group
Get Notified
Sign Up
Login
Group Mask Detection
Loading...
Choose file...
Category
Number
Mask
Mark
No Mask
Jacob
Unknown
Jacob
Total People
Jacob
Export HTML table to CSV file
How does group detection work?
Group Mask Detection is made possible with Microsoft's Face API and Jimp.
User submits a picture on the MaskUp website.
Picture is sent to the Microsoft Face API, which detects the coordinates of each face, and whether or not they have a mask on.
Using an npm package (Jimp), we are able to place rectanbles around each face that is detected
All results are stored in a table that is shown to the user at the end of detection cycle.