From 4d5f08123208f80095585f1f417c43ab8f2e5942 Mon Sep 17 00:00:00 2001 From: kinaryml Date: Thu, 13 Apr 2023 01:18:37 -0700 Subject: [PATCH] Reformatted face_landmarker.py --- mediapipe/tasks/python/vision/face_landmarker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mediapipe/tasks/python/vision/face_landmarker.py b/mediapipe/tasks/python/vision/face_landmarker.py index 16a89c3d..8716a24d 100644 --- a/mediapipe/tasks/python/vision/face_landmarker.py +++ b/mediapipe/tasks/python/vision/face_landmarker.py @@ -1063,6 +1063,7 @@ class FaceLandmarksConnections: Connection(339, 448), Connection(448, 255), Connection(255, 339) ] + @dataclasses.dataclass class FaceLandmarkerResult: """The face landmarks detection result from FaceLandmarker, where each vector element represents a single face detected in the image.