ageitgey / face_recognition

The world's simplest facial recognition api for Python and the command line
MIT License
53.31k stars 13.48k forks source link

Custom operations on faces like Mask detection. #1127

Open snehitvaddi opened 4 years ago

snehitvaddi commented 4 years ago

Description

Hey, I am trying to create an application to detect if a person is wearing Mask or not. How to do similar operations on images.

My other questions

  1. Is there any way I could get location of faces in an image?
  2. How to perform specific operations like implementing face tracking using other modules.
Latestion commented 4 years ago
  • Is there any way I could get location of faces in an image?

  • How to perform specific operations like implementing face tracking using other modules. Yes both of them is possible you can read the docs for some ideas.