mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
fixed typo in example
This commit is contained in:
parent
08f2c26a2d
commit
02d8ebc903
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user