This a linux port of the original code provided by Olga Barinova from the Vision Group at Moscow State University, 2010.
Please visit the project website for more details.
This derivative work follows the Microsoft Research Shared Source license, which allows only non-comercial usage.
See original README.txt and MSR-SSLA.txt for more details.
When using this software, please acknowledge the effort that went into development by referencing the paper:
Barinova O., Lempitsky V., Kohli P.,
On detection of multiple object instances using Hough transform,
IEEE Conference on Computer Vision and Pattern Recognition (CVPR'10), 2010.
Note that this is not the original software that was used for the paper mentioned above. It is a re-implementation.
This linux version requires:
All of these are provided as packages in the mainstream linux distributions.
- Move inside the
ObjectDetection/ObjectDetection
folder. - Run
cmake ./ && make
to build the programobject_detection
- Download the tud-campus and tud-crossing test sequences.
- Modify
example/campus-config.txt
to fit your local path - Make sure the configuration text file is stored in Unix (LF) style line ending
- Run
object_detection path_to_the_config_txt_file
You should see progress messages being printed and after some minutes detection images being created in the results folder.