Reformatted face_landmarker.py

This commit is contained in:
kinaryml 2023-04-13 01:18:37 -07:00
parent dc56eb2bb1
commit 4d5f081232

View File

@ -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.