Commit 67e6957b authored by Davis King's avatar Davis King

Clarified comment and updated requirements.txt

parent 76333612
......@@ -67,7 +67,7 @@ if num_faces == 0:
print("Sorry, there were no faces found in '{}'".format(face_file_path))
exit()
# The full object detection object
# Find the 5 face landmarks we need to do the alignment.
faces = dlib.full_object_detections()
for detection in dets:
faces.append(sp(img, detection))
......
scikit-image>=0.9.3
opencv-python
numpy
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment