Fixed grammar

This commit is contained in:
Davis King 2014-12-27 18:15:07 -05:00
parent ad6c87b054
commit ef06f0e8d5

View File

@ -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")