Clarified comment and updated requirements.txt

pull/841/head
Davis King 7 years ago
parent 76333612bb
commit 67e6957b1e

@ -67,7 +67,7 @@ if num_faces == 0:
print("Sorry, there were no faces found in '{}'".format(face_file_path)) print("Sorry, there were no faces found in '{}'".format(face_file_path))
exit() exit()
# The full object detection object # Find the 5 face landmarks we need to do the alignment.
faces = dlib.full_object_detections() faces = dlib.full_object_detections()
for detection in dets: for detection in dets:
faces.append(sp(img, detection)) faces.append(sp(img, detection))

@ -1 +1,3 @@
scikit-image>=0.9.3 scikit-image>=0.9.3
opencv-python
numpy

Loading…
Cancel
Save