Skip to content

rodrigob/barinova_pedestrians_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pedestrians detection using Hough forests

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.

License

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.

Citing in publications

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.

Dependencies

This linux version requires:

All of these are provided as packages in the mainstream linux distributions.

Compiling

  1. Move inside the ObjectDetection/ObjectDetection folder.
  2. Run cmake ./ && make to build the program object_detection

Testing

  1. Download the tud-campus and tud-crossing test sequences.
  2. Modify example/campus-config.txt to fit your local path
  3. Make sure the configuration text file is stored in Unix (LF) style line ending
  4. 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.