From 3719aaef7e8aab9a62985d5e1d947a8fe09b2540 Mon Sep 17 00:00:00 2001 From: Chuo-Ling Chang Date: Mon, 1 May 2023 23:50:27 -0700 Subject: [PATCH] Fix typo. PiperOrigin-RevId: 528693117 --- mediapipe/tasks/python/vision/face_landmarker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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