From 00f966655bc49615605e5b4a1bab900f6fcbd9be Mon Sep 17 00:00:00 2001 From: kinaryml Date: Tue, 18 Apr 2023 22:48:37 -0700 Subject: [PATCH] Fixed a typo in a docstring --- mediapipe/tasks/python/vision/pose_landmarker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/python/vision/pose_landmarker.py b/mediapipe/tasks/python/vision/pose_landmarker.py index 6c347bf7..1e6945ec 100644 --- a/mediapipe/tasks/python/vision/pose_landmarker.py +++ b/mediapipe/tasks/python/vision/pose_landmarker.py @@ -137,7 +137,7 @@ class PoseLandmarkerOptions: Attributes: base_options: Base options for the pose 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 + PoseLandmarker has three running modes: 1) The image mode for detecting pose landmarks on single image inputs. 2) The video mode for detecting pose landmarks on the decoded frames of a video. 3) The live stream mode for detecting pose landmarks on the live stream of input data, such as