From ef06f0e8d5a42e16e2c5ab4a2a440d20aab60ac1 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 27 Dec 2014 18:15:07 -0500 Subject: [PATCH] Fixed grammar --- python_examples/train_shape_predictor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_examples/train_shape_predictor.py b/python_examples/train_shape_predictor.py index 679ba525e..055b75996 100755 --- a/python_examples/train_shape_predictor.py +++ b/python_examples/train_shape_predictor.py @@ -84,7 +84,7 @@ testing_xml_path = os.path.join(faces_folder, "testing_with_face_landmarks.xml") print("Testing accuracy: {}".format( dlib.test_shape_predictor(testing_xml_path, "predictor.dat"))) -# Now let's it as you would in a normal application. First we will load it +# Now let's use it as you would in a normal application. First we will load it # from disk. We also need to load a face detector to provide the initial # estimate of the facial location. predictor = dlib.shape_predictor("predictor.dat")