Updated comment in test
This commit is contained in:
parent
022838a7f3
commit
24114ec2fe
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user