Skip to content

Bugfix Release #2

Compare
Choose a tag to compare
@patlevin patlevin released this 30 May 19:29
· 19 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.

Bugfixes

  • Face landmark connection data was missing (Issue #1)
  • Some right-eye indexes for update_face_landmarks_with_iris_results() were wrong (Issue #2)

New Functions

  • Added face_landmarks_to_render_data() for convenience

You can install this release via PyPI:

pip install face-detection-tflite==0.3.0