Open hpssjellis opened 4 years ago
Hi, in my case, Face-api.js is detecting faces and landmarks (haven't tried face recognition), even if the person is wearing a mask. I intended to implement mask wearing detection by getting landmarks and check if there were landmarks for mouth and nose. Surprinsingly it returns mouth and nose landarmks even if the are covered by a mask.
I found on a low power device like a cell phone that you could estimate a mask by the sudden size difference of the face, this effect did not occur on a desktop computer. See webapp here.
Great Repo!
With the latest Pandemic, please consider a feature request for a boolean WearsMask. Presently Face-Api does not register a face if the mouth is covered. Is there an API command that I can detect a face without mouth/nose information, just eyes and ears. That by itself would be enough to determine if a face was wearing a mask.