Face Detection For Python
This package contains a Python port of some Google® MediaPipe models - namely Face Detection, Face Landmark, and Iris Landmark.
Changes
• ibaiGorordo added three new face detection models
• new detection model `FaceDetectionModel.SHORT` for close-up images (i.e. faces within 2 metres from the camera)
• new detection model `FaceDetectionModel.FULL` - a dense model best suited for faces within 5 metres from the camera
• new detection model `FaceDetectionModel.FULL_SPARSE` - a sparse model best suited for faces within 5 metres from the camera that
runs up to 30% faster on CPUs than the dense version