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
f56ba6b0
"vscode:/vscode.git/clone" did not exist on "af82bc402f10b611e4c21c6c444e7e5abd7f2877"
Commit
f56ba6b0
authored
Sep 15, 2017
by
Davis King
Browse files
Changed code to recommend users to use the new 5 point face landmarking model.
parent
80222b59
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
python_examples/face_recognition.py
python_examples/face_recognition.py
+2
-2
No files found.
python_examples/face_recognition.py
View file @
f56ba6b0
...
@@ -54,9 +54,9 @@ from skimage import io
...
@@ -54,9 +54,9 @@ from skimage import io
if
len
(
sys
.
argv
)
!=
4
:
if
len
(
sys
.
argv
)
!=
4
:
print
(
print
(
"Call this program like this:
\n
"
"Call this program like this:
\n
"
" ./face_recognition.py shape_predictor_
68
_face_landmarks.dat dlib_face_recognition_resnet_model_v1.dat ../examples/faces
\n
"
" ./face_recognition.py shape_predictor_
5
_face_landmarks.dat dlib_face_recognition_resnet_model_v1.dat ../examples/faces
\n
"
"You can download a trained facial shape predictor and recognition model from:
\n
"
"You can download a trained facial shape predictor and recognition model from:
\n
"
" http://dlib.net/files/shape_predictor_
68
_face_landmarks.dat.bz2
\n
"
" http://dlib.net/files/shape_predictor_
5
_face_landmarks.dat.bz2
\n
"
" http://dlib.net/files/dlib_face_recognition_resnet_model_v1.dat.bz2"
)
" http://dlib.net/files/dlib_face_recognition_resnet_model_v1.dat.bz2"
)
exit
()
exit
()
...
...
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