Commit 79c4c85a authored by Davis King's avatar Davis King

Fixed grammar.

parent 08b23f2f
......@@ -204,7 +204,7 @@ namespace dlib
sout << "and/or shape of one of the ground truth rectangles to within the required overlap_eps ";
sout << "amount of overlap. To resolve this you need to either lower the overlap_eps, add ";
sout << "another detection template which can match the offending rectangle, or adjust the ";
sout << "offending truth rectangle so that it can be matched by an existing detection template. ";
sout << "offending truth rectangle so it can be matched by an existing detection template. ";
sout << "It is also possible that the image pyramid you are using is too coarse. E.g. if one of ";
sout << "your existing detection templates has a matching width/height ratio and smaller area than the offending ";
sout << "rectangle then a finer image pyramid would probably help.";
......
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