From 2b5a07757997cdf85916d0aa023325023418e9bc Mon Sep 17 00:00:00 2001 From: kinaryml Date: Mon, 31 Oct 2022 05:48:45 -0700 Subject: [PATCH] Updated comments --- mediapipe/tasks/python/test/vision/gesture_recognizer_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/python/test/vision/gesture_recognizer_test.py b/mediapipe/tasks/python/test/vision/gesture_recognizer_test.py index 9e1b47355..e8aa61883 100644 --- a/mediapipe/tasks/python/test/vision/gesture_recognizer_test.py +++ b/mediapipe/tasks/python/test/vision/gesture_recognizer_test.py @@ -283,7 +283,7 @@ class GestureRecognizerTest(parameterized.TestCase): base_options = _BaseOptions(model_asset_path=self.model_path) options = _GestureRecognizerOptions(base_options=base_options, num_hands=1) with _GestureRecognizer.create_from_options(options) as recognizer: - # Load the fist image. + # Load the victory image. test_image = _Image.create_from_file( test_utils.get_test_data_path(_VICTORY_IMAGE)) # Performs hand gesture recognition on the input.