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
f467624e
".github/vscode:/vscode.git/clone" did not exist on "26dc54ec0c69e0314ec0911cca6426e1c7a1133b"
Commit
f467624e
authored
Jun 25, 2016
by
Davis King
Browse files
Changed URLs to point to dlib.net instead of sourceforge.net
parent
9000d937
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
python_examples/face_landmark_detection.py
python_examples/face_landmark_detection.py
+2
-2
No files found.
python_examples/face_landmark_detection.py
View file @
f467624e
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
# tools. See train_shape_predictor.py to see an example.
# tools. See train_shape_predictor.py to see an example.
#
#
# You can get the shape_predictor_68_face_landmarks.dat file from:
# You can get the shape_predictor_68_face_landmarks.dat file from:
# http://
sourceforge.net/projects/dclib/files/dlib/v18.10
/shape_predictor_68_face_landmarks.dat.bz2
# http://
dlib.net/files
/shape_predictor_68_face_landmarks.dat.bz2
#
#
# COMPILING/INSTALLING THE DLIB PYTHON INTERFACE
# COMPILING/INSTALLING THE DLIB PYTHON INTERFACE
# You can install dlib using the command:
# You can install dlib using the command:
...
@@ -56,7 +56,7 @@ if len(sys.argv) != 3:
...
@@ -56,7 +56,7 @@ if len(sys.argv) != 3:
"execute this program by running:
\n
"
"execute this program by running:
\n
"
" ./face_landmark_detection.py shape_predictor_68_face_landmarks.dat ../examples/faces
\n
"
" ./face_landmark_detection.py shape_predictor_68_face_landmarks.dat ../examples/faces
\n
"
"You can download a trained facial shape predictor from:
\n
"
"You can download a trained facial shape predictor from:
\n
"
" http://
sourceforge.net/projects/dclib/files/dlib/v18.10
/shape_predictor_68_face_landmarks.dat.bz2"
)
" http://
dlib.net/files
/shape_predictor_68_face_landmarks.dat.bz2"
)
exit
()
exit
()
predictor_path
=
sys
.
argv
[
1
]
predictor_path
=
sys
.
argv
[
1
]
...
...
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