"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "b1fb3c15ec69f818040e02ff84016a8ab41ea18f"
Commit 08a95a42 authored by Davis King's avatar Davis King
Browse files

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