Just small typo (#716)

pull/717/merge
Pavan kumar 7 years ago committed by Davis E. King
parent a621ffb2d9
commit 3e471ade23

@ -101,7 +101,7 @@ for f in glob.glob(os.path.join(faces_folder_path, "*.jpg")):
# Compute the 128D vector that describes the face in img identified by
# shape. In general, if two face descriptor vectors have a Euclidean
# distance between them less than 0.6 then they are from the same
# person, otherwise they are from different people. He we just print
# person, otherwise they are from different people. Here we just print
# the vector to the screen.
face_descriptor = facerec.compute_face_descriptor(img, shape)
print(face_descriptor)

Loading…
Cancel
Save