diff --git a/mediapipe/tasks/python/test/vision/face_detector_test.py b/mediapipe/tasks/python/test/vision/face_detector_test.py index 90a52d11..f78c9c94 100644 --- a/mediapipe/tasks/python/test/vision/face_detector_test.py +++ b/mediapipe/tasks/python/test/vision/face_detector_test.py @@ -209,7 +209,7 @@ class FaceDetectorTest(parameterized.TestCase): options = _FaceDetectorOptions( base_options=_BaseOptions(model_asset_path=self.model_path)) with _FaceDetector.create_from_options(options) as detector: - # Performs object detection on the input. + # Performs face detection on the input. detection_result = detector.detect(test_image) self.assertEmpty(detection_result.detections)