Commit 08a95a42 authored by Davis King's avatar Davis King

Flipped the order of two commands so that the selected object boxes

are printed immediately.
parent 5ecc1cb5
......@@ -169,8 +169,8 @@ int main(int argc, char** argv)
image_scanner_type scanner;
setup_hashed_features(scanner, images, hash_bits);
setup_grid_detection_templates_verbose(scanner, object_locations, grid_size, grid_size);
setup_hashed_features(scanner, images, hash_bits);
structural_object_detection_trainer<image_scanner_type> trainer(scanner);
trainer.set_num_threads(threads);
......
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