Commit 02d8ebc9 authored by Davis King's avatar Davis King

fixed typo in example

parent 08f2c26a
...@@ -294,7 +294,7 @@ int main(int argc, char** argv) ...@@ -294,7 +294,7 @@ int main(int argc, char** argv)
serialize("object_detector.svm") << detector; serialize("object_detector.svm") << detector;
cout << "Testing detector on training data..." << endl; cout << "Testing detector on training data..." << endl;
cout << "Test detector (precision,recall,AP): " << test_object_detection_function(detector, images, object_locations) << endl; cout << "Test detector (precision,recall,AP): " << test_object_detection_function(detector, images, object_locations, ignore) << endl;
} }
else else
{ {
......
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