DaHoC / trainHOG

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

Train your own SVM! #12

Open ksangeeta2429 opened 8 years ago

ksangeeta2429 commented 8 years ago

How can i use this (which focuses on person detection) to train SVM for objects of my own interest? Is it enough to populate the pos and neg directories with objects of my interest and change the window size (hog.winSize = Size(64, 128))?