We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a621ffb commit 3e471adCopy full SHA for 3e471ad
1 file changed
python_examples/face_recognition.py
@@ -101,7 +101,7 @@
101
# Compute the 128D vector that describes the face in img identified by
102
# shape. In general, if two face descriptor vectors have a Euclidean
103
# distance between them less than 0.6 then they are from the same
104
- # person, otherwise they are from different people. He we just print
+ # person, otherwise they are from different people. Here we just print
105
# the vector to the screen.
106
face_descriptor = facerec.compute_face_descriptor(img, shape)
107
print(face_descriptor)
0 commit comments