This commit is contained in:
Alex Rothberg 2023-12-30 19:40:14 +00:00 committed by GitHub
commit a5484b954e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,8 @@ from mediapipe.python.solutions.face_mesh_connections import FACEMESH_TESSELATIO
FACEMESH_NUM_LANDMARKS = 468
FACEMESH_NUM_LANDMARKS_WITH_IRISES = 478
FACEMESH_LEFT_PUPIL_CENTER = 473
FACEMESH_RIGHT_PUPIL_CENTER = 468
_BINARYPB_FILE_PATH = 'mediapipe/modules/face_landmark/face_landmark_front_cpu.binarypb'