Skip to content

Face Detection For Python 0.5.0

Compare
Choose a tag to compare
@patlevin patlevin released this 09 Nov 12:14
· 4 commits to main since this release

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