From 647b94240d043bf3a176142c945a57af67ef20f2 Mon Sep 17 00:00:00 2001 From: kinaryml Date: Tue, 8 Nov 2022 10:54:44 -0800 Subject: [PATCH] Updated docstring --- mediapipe/tasks/python/vision/hand_landmarker.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mediapipe/tasks/python/vision/hand_landmarker.py b/mediapipe/tasks/python/vision/hand_landmarker.py index 9dea08d0..d30c0b37 100644 --- a/mediapipe/tasks/python/vision/hand_landmarker.py +++ b/mediapipe/tasks/python/vision/hand_landmarker.py @@ -176,8 +176,7 @@ class HandLandmarker(base_vision_task_api.BaseVisionTaskApi): def create_from_model_path(cls, model_path: str) -> 'HandLandmarker': """Creates an `HandLandmarker` object from a TensorFlow Lite model and the default `HandLandmarkerOptions`. - Note that the created `HandLandmarker` instance is in image mode, for - detecting hand landmarks on single image inputs. + Note that the created `HandLandmarker` instance is in image mode, for detecting hand landmarks on single image inputs. Args: model_path: Path to the model.