diff --git a/face_recognition/api.py b/face_recognition/api.py index aa50563330e1140ae46e195dd9d11169d488723f..80a3f7fbee36897685df9f0765b1f819829f247e 100644 --- a/face_recognition/api.py +++ b/face_recognition/api.py @@ -125,7 +125,7 @@ def _raw_face_locations_batched(images, number_of_times_to_upsample=1, batch_siz """ Returns an 2d array of dlib rects of human faces in a image using the cnn face detector - :param img: A list of images (each as a numpy array) + :param images: A list of images (each as a numpy array) :param number_of_times_to_upsample: How many times to upsample the image looking for faces. Higher numbers find smaller faces. :return: A list of dlib 'rect' objects of found face locations """