From 746f4282ddea5a4de1b1d2f9b3d007fbfcb870b3 Mon Sep 17 00:00:00 2001 From: Davis King Date: Wed, 5 Feb 2014 18:16:11 -0500 Subject: [PATCH] Fixed awkward wording --- examples/fhog_object_detector_ex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fhog_object_detector_ex.cpp b/examples/fhog_object_detector_ex.cpp index d659ac8d1..b37f5fae6 100644 --- a/examples/fhog_object_detector_ex.cpp +++ b/examples/fhog_object_detector_ex.cpp @@ -199,7 +199,7 @@ int main(int argc, char** argv) // this example our sliding window is 80 by 80 pixels and is run over an image // pyramid. This means that it can only output detections that are at least 80 by // 80 pixels in size (recall that this is why we upsampled the images after loading - // them). It also means that the aspect ratio of the outputs is also 1. So if, + // them). It also means that the aspect ratio of the outputs is 1. So if, // for example, you had a box in your training data that was 200 pixels by 10 // pixels then it would simply be impossible for the detector to learn to detect // it. Similarly, if you had a really small box it would be unable to learn to