Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
67e6957b
Commit
67e6957b
authored
Sep 22, 2017
by
Davis King
Browse files
Clarified comment and updated requirements.txt
parent
76333612
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
python_examples/face_alignment.py
python_examples/face_alignment.py
+1
-1
python_examples/requirements.txt
python_examples/requirements.txt
+2
-0
No files found.
python_examples/face_alignment.py
View file @
67e6957b
...
...
@@ -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
))
...
...
python_examples/requirements.txt
View file @
67e6957b
scikit-image>=0.9.3
opencv-python
numpy
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment