fixed typo in example

pull/209/head
Davis King 8 years ago
parent 08f2c26a2d
commit 02d8ebc903

@ -294,7 +294,7 @@ int main(int argc, char** argv)
serialize("object_detector.svm") << detector;
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
{

Loading…
Cancel
Save