mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Just small typo (#716)
This commit is contained in:
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…
Reference in New Issue
Block a user