Updated name for a test case
This commit is contained in:
parent
f166eb32e8
commit
91b60da1dc
|
@ -273,7 +273,7 @@ class ImageSegmenterTest(parameterized.TestCase):
|
||||||
r'not initialized with the live stream mode'):
|
r'not initialized with the live stream mode'):
|
||||||
segmenter.segment_async(self.test_image, 0)
|
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(
|
options = _ImageSegmenterOptions(
|
||||||
base_options=_BaseOptions(model_asset_path=self.model_path),
|
base_options=_BaseOptions(model_asset_path=self.model_path),
|
||||||
running_mode=_RUNNING_MODE.VIDEO)
|
running_mode=_RUNNING_MODE.VIDEO)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user