From 4b66599419bd7ffe8bb90db7c7a5533a43004801 Mon Sep 17 00:00:00 2001 From: kinaryml Date: Sun, 30 Oct 2022 09:10:15 -0700 Subject: [PATCH] Updated docstring in gesture_recognizer --- mediapipe/tasks/python/vision/gesture_recognizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/python/vision/gesture_recognizer.py b/mediapipe/tasks/python/vision/gesture_recognizer.py index 142eb1dc6..e8d9ef342 100644 --- a/mediapipe/tasks/python/vision/gesture_recognizer.py +++ b/mediapipe/tasks/python/vision/gesture_recognizer.py @@ -444,7 +444,7 @@ class GestureRecognizer(base_vision_task_api.BaseVisionTaskApi): The `result_callback` provides: - The hand gesture recognition results. - - The input image that the image classifier runs on. + - The input image that the gesture recognizer runs on. - The input timestamp in milliseconds. Args: