From 91b60da1dcc3a3df43ebcf00ebfe93c12b9f5337 Mon Sep 17 00:00:00 2001 From: kinaryml Date: Tue, 18 Oct 2022 05:35:05 -0700 Subject: [PATCH] Updated name for a test case --- mediapipe/tasks/python/test/vision/image_segmenter_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/python/test/vision/image_segmenter_test.py b/mediapipe/tasks/python/test/vision/image_segmenter_test.py index 054c3e962..b53f301b1 100644 --- a/mediapipe/tasks/python/test/vision/image_segmenter_test.py +++ b/mediapipe/tasks/python/test/vision/image_segmenter_test.py @@ -273,7 +273,7 @@ class ImageSegmenterTest(parameterized.TestCase): r'not initialized with the live stream mode'): segmenter.segment_async(self.test_image, 0) - def test_detect_for_video_with_out_of_order_timestamp(self): + def test_segment_for_video_with_out_of_order_timestamp(self): options = _ImageSegmenterOptions( base_options=_BaseOptions(model_asset_path=self.model_path), running_mode=_RUNNING_MODE.VIDEO)