Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
0c561f2b
Commit
0c561f2b
authored
Jul 24, 2015
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switched more URLs to dlib.net rather than sourceforge.net.
parent
0358aa86
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
face_landmark_detection_ex.cpp
examples/face_landmark_detection_ex.cpp
+1
-1
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)
cout
<<
"Call this program like this:"
<<
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
<<
"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
;
}
...
...
examples/webcam_face_pose_ex.cpp
View file @
0c561f2b
...
...
@@ -79,7 +79,7 @@ int main()
{
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
<<
" 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
;
}
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