diff --git a/mediapipe/tasks/python/vision/face_landmarker.py b/mediapipe/tasks/python/vision/face_landmarker.py index 870e7e43..44ddba87 100644 --- a/mediapipe/tasks/python/vision/face_landmarker.py +++ b/mediapipe/tasks/python/vision/face_landmarker.py @@ -2939,7 +2939,7 @@ class FaceLandmarkerOptions: Attributes: base_options: Base options for the face landmarker task. running_mode: The running mode of the task. Default to the image mode. - HandLandmarker has three running modes: 1) The image mode for detecting + FaceLandmarker has three running modes: 1) The image mode for detecting face landmarks on single image inputs. 2) The video mode for detecting face landmarks on the decoded frames of a video. 3) The live stream mode for detecting face landmarks on the live stream of input data, such as