diff --git a/python_examples/face_recognition.py b/python_examples/face_recognition.py index 02fedecc8..d1b14b35d 100755 --- a/python_examples/face_recognition.py +++ b/python_examples/face_recognition.py @@ -54,9 +54,9 @@ from skimage import io if len(sys.argv) != 4: print( "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" - " 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") exit()