chili-epfl / attention-tracker

136 stars 97 forks source link

Allow for subsampling of the image for face detection for speed improvement. #18

Closed xgerrmann closed 6 years ago

xgerrmann commented 8 years ago

An argument is added which indicates the amount of subsampling for the face detection part. Also an argument is added to the detector (which is defined in *.hpp) that turns off the upsampling of the detector.

I don't know how to exclude the CMakeLists.txt? It contains changes only needed for my local setup.