Commit ef06f0e8 authored by Davis King's avatar Davis King

Fixed grammar

parent ad6c87b0
...@@ -84,7 +84,7 @@ testing_xml_path = os.path.join(faces_folder, "testing_with_face_landmarks.xml") ...@@ -84,7 +84,7 @@ testing_xml_path = os.path.join(faces_folder, "testing_with_face_landmarks.xml")
print("Testing accuracy: {}".format( print("Testing accuracy: {}".format(
dlib.test_shape_predictor(testing_xml_path, "predictor.dat"))) 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 # from disk. We also need to load a face detector to provide the initial
# estimate of the facial location. # estimate of the facial location.
predictor = dlib.shape_predictor("predictor.dat") predictor = dlib.shape_predictor("predictor.dat")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment