mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Switched more URLs to dlib.net rather than sourceforge.net.
This commit is contained in:
parent
0358aa8667
commit
0c561f2b89
@ -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 << "\nYou 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;
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user