From 773fe59a34d7bec2ddda3d06e39a4bf87fe728b9 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 27 Dec 2014 15:05:25 -0500 Subject: [PATCH] Fixed grammar --- examples/train_shape_predictor_ex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/train_shape_predictor_ex.cpp b/examples/train_shape_predictor_ex.cpp index b2abbc6ad..bf8500c99 100644 --- a/examples/train_shape_predictor_ex.cpp +++ b/examples/train_shape_predictor_ex.cpp @@ -90,7 +90,7 @@ int main(int argc, char** argv) shape_predictor_trainer trainer; // This algorithm has a bunch of parameters you can mess with. The // documentation for the shape_predictor_trainer explains all of them. - // You should also read Kazemi paper which explains all the parameters + // You should also read Kazemi's paper which explains all the parameters // in great detail. However, here I'm just setting three of them // differently than their default values. I'm doing this because we // have a very small dataset. In particular, setting the oversampling