提交 e96acf5f 编写于 作者: D DoItNow 提交者: Adam Geitgey

Corrected the spelling in api.py file. (#247)

上级 5f804870
......@@ -192,7 +192,7 @@ def face_encodings(face_image, known_face_locations=None, num_jitters=1):
:param face_image: The image that contains one or more faces
:param known_face_locations: Optional - the bounding boxes of each face if you already know them.
:param num_jitters: How many times to re-sample the face when calculating encoding. Higher is more accurate, but slower (i.e. 100 is 100x slower)
:return: A list of 128-dimentional face encodings (one for each face in the image)
:return: A list of 128-dimensional face encodings (one for each face in the image)
"""
raw_landmarks = _raw_face_landmarks(face_image, known_face_locations, model="small")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册