mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Clarified comment and updated requirements.txt
This commit is contained in:
parent
76333612bb
commit
67e6957b1e
@ -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))
|
||||
|
@ -1 +1,3 @@
|
||||
scikit-image>=0.9.3
|
||||
opencv-python
|
||||
numpy
|
||||
|
Loading…
Reference in New Issue
Block a user