DaHoC / trainHOG

Example program showing how to train your custom HOG detector using openCV
221 stars 111 forks source link

No visible detection, but the software seems to be working #14

Open zeta274 opened 8 years ago

zeta274 commented 8 years ago

I managed to compile this software with a nice set of positive and negative images, but when I run it, it opens the video file, runs it through at around x2 speed, which is fine, but there's no detection to speak of.

Does this code include some "Draw circles around the detected faces" code or do I have to implement that separately?