trainHOG icon indicating copy to clipboard operation
trainHOG copied to clipboard

Example program showing how to train your custom HOG detector using openCV

Results 12 trainHOG issues
Sort by recently updated
recently updated
newest added

How do I test the classifier once it has been compiled as per the steps mentioned in the tutorial?

I have been trying to use your code to train an hog from the images from INIRIA database as you have suggested. For the training set i resized the images...

bug

SVMLight::SVMLightImpl::getInstance()->getSingleDetectingVector(descriptorVector, descriptorVectorIndices); main.cpp:354: error: 'descriptorVector' declared as reference but not initialized why descriptor vector is not initialized?

Hello, i really appreciate your training program. I want to use the generated classifier with my custom python detector. How can i import the file? For example the import of...

For those who is trying to compile under Windows using MinGW (I have Windows 10 64bit): make compile.bat file in trainHOG folder and put next: @echo off set opencv_incdir=C:/OpenCV/OpenCV32/build/include set...

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...

I am struggling the last days trying to find way to train svm with my own data. My issue is how to change properly svm kernel. I found in your...

question

Hi, I am working on a project of car detection and my advisor and I chose the hog + svm method to do this task. In order to do that,...

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...

trainHOG add support for openCV internal "CvSVM" SVM, if it is possible to train CvSVM with the required training mode and options

enhancement