From a1aab66c8d0635c2f9d26f6dc41c7517c6e82dfc Mon Sep 17 00:00:00 2001 From: kinaryml Date: Tue, 18 Apr 2023 21:50:27 -0700 Subject: [PATCH] Fixed a typo in docstring --- mediapipe/tasks/python/vision/image_segmenter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/tasks/python/vision/image_segmenter.py b/mediapipe/tasks/python/vision/image_segmenter.py index 220d7818f..077f7d285 100644 --- a/mediapipe/tasks/python/vision/image_segmenter.py +++ b/mediapipe/tasks/python/vision/image_segmenter.py @@ -418,7 +418,7 @@ class ImageSegmenter(base_vision_task_api.BaseVisionTaskApi): @property def labels(self) -> List[str]: - """ Get the category label list of the ImageSegmenter can recognize. + """ Get the category label list the ImageSegmenter can recognize. For CATEGORY_MASK type, the index in the category mask corresponds to the category in the label list.