Face Detection For Python 0.4.0
Face Detection For Python
This package contains a Python port of some Google® MediaPipe models - namely Face Detection, Face Landmark, and Iris Landmark.
Bugfixes
- bbox_to_roi didn't work if the detection coordinates were outside the image boundary (Issue #5)
this could happen if the face was zoomed-in and the face rectangle started or ended outside the image - recolor_iris could raise a
DivideByZeroError
Changes
- added custom exceptions for better error handling
- raised exceptions are documented in functions that raise them
You can install this release via PyPI:
pip install face-detection-tflite==0.4.0