The original FastHOG source files can be obtained here. These source files do not compile under any recent version of CUDA on Ubuntu (or any Linux distribution).
These source files were fixed to compile with CUDA 5.5 on Ubuntu 12.04.
Steps to compile and use this version of FastHOG:
- Install CUDA 5.5 or a recent version.
- Install
libxinerama-devandlibfreeimage-dev. - Build and install the 2.0 branch of FLTK. Instructions to do this can be found here.
cd source/fastHOGand build usingmake.- Run the sample FastHOG program using
bin/release/fastHOG. (Note that it has to be run from this directory, else it fails.) A picture of pedestrians is displayed. Click anywhere on it to detect the people.