Skip to content

Commit

Permalink
Merge pull request ageitgey#1117 from mtrsk/fix-docstring
Browse files Browse the repository at this point in the history
Fix docstrings in api.py
  • Loading branch information
ageitgey authored Sep 26, 2020
2 parents 186d64d + a1fe6c4 commit 2604279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion face_recognition/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 2604279

Please sign in to comment.