Group Mask Detection

group mask example

How does group detection work?

Group Mask Detection is made possible with Microsoft's Face API and Jimp.

  1. User submits a picture on the MaskUp website.
  2. Picture is sent to the Microsoft Face API, which detects the coordinates of each face, and whether or not they have a mask on.
  3. Using an npm package (Jimp), we are able to place rectanbles around each face that is detected
  4. All results are stored in a table that is shown to the user at the end of detection cycle.
group detect image