From c0265ca2ace336dc1e2cae310e76e57979306730 Mon Sep 17 00:00:00 2001 From: kinaryml Date: Tue, 8 Nov 2022 10:44:21 -0800 Subject: [PATCH] Fixed some typos --- mediapipe/tasks/python/test/vision/hand_landmarker_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/python/test/vision/hand_landmarker_test.py b/mediapipe/tasks/python/test/vision/hand_landmarker_test.py index 9d311e21..b387267a 100644 --- a/mediapipe/tasks/python/test/vision/hand_landmarker_test.py +++ b/mediapipe/tasks/python/test/vision/hand_landmarker_test.py @@ -80,7 +80,7 @@ class ModelFileType(enum.Enum): FILE_NAME = 2 -class GestureRecognizerTest(parameterized.TestCase): +class HandLandmarkerTest(parameterized.TestCase): def setUp(self): super().setUp()