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
0c561f2b
Commit
0c561f2b
authored
Jul 24, 2015
by
Davis King
Browse files
Switched more URLs to dlib.net rather than sourceforge.net.
parent
0358aa86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
examples/face_landmark_detection_ex.cpp
examples/face_landmark_detection_ex.cpp
+1
-1
examples/webcam_face_pose_ex.cpp
examples/webcam_face_pose_ex.cpp
+1
-1
No files found.
examples/face_landmark_detection_ex.cpp
View file @
0c561f2b
...
@@ -63,7 +63,7 @@ int main(int argc, char** argv)
...
@@ -63,7 +63,7 @@ int main(int argc, char** argv)
cout
<<
"Call this program like this:"
<<
endl
;
cout
<<
"Call this program like this:"
<<
endl
;
cout
<<
"./face_landmark_detection_ex shape_predictor_68_face_landmarks.dat faces/*.jpg"
<<
endl
;
cout
<<
"./face_landmark_detection_ex shape_predictor_68_face_landmarks.dat faces/*.jpg"
<<
endl
;
cout
<<
"
\n
You can get the shape_predictor_68_face_landmarks.dat file from:
\n
"
;
cout
<<
"
\n
You can get the shape_predictor_68_face_landmarks.dat file from:
\n
"
;
cout
<<
"http://
sourceforge.net/projects/dclib/files/dlib/v18.10
/shape_predictor_68_face_landmarks.dat.bz2"
<<
endl
;
cout
<<
"http://
dlib.net/files
/shape_predictor_68_face_landmarks.dat.bz2"
<<
endl
;
return
0
;
return
0
;
}
}
...
...
examples/webcam_face_pose_ex.cpp
View file @
0c561f2b
...
@@ -79,7 +79,7 @@ int main()
...
@@ -79,7 +79,7 @@ int main()
{
{
cout
<<
"You need dlib's default face landmarking model file to run this example."
<<
endl
;
cout
<<
"You need dlib's default face landmarking model file to run this example."
<<
endl
;
cout
<<
"You can get it from the following URL: "
<<
endl
;
cout
<<
"You can get it from the following URL: "
<<
endl
;
cout
<<
" http://
sourceforge.net/projects/dclib/files/dlib/v18.10
/shape_predictor_68_face_landmarks.dat.bz2"
<<
endl
;
cout
<<
" http://
dlib.net/files
/shape_predictor_68_face_landmarks.dat.bz2"
<<
endl
;
cout
<<
endl
<<
e
.
what
()
<<
endl
;
cout
<<
endl
<<
e
.
what
()
<<
endl
;
}
}
catch
(
exception
&
e
)
catch
(
exception
&
e
)
...
...
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