View source on GitHub |
The face landmarks detection result from FaceLandmarker, where each vector element represents a single face detected in the image.
mp.tasks.vision.FaceLandmarkerResult(
face_landmarks: List[List[landmark_module.NormalizedLandmark]],
face_blendshapes: List[List[category_module.Category]],
facial_transformation_matrixes: List[np.ndarray]
)
Methods
__eq__
__eq__(
other
)