trainHOG icon indicating copy to clipboard operation
trainHOG copied to clipboard

import "cvHOGClassifier.yaml" with python

Open zelade opened this issue 8 years ago • 0 comments

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 the DefaultPeopleDetector looks as follows: # initialize the HOG descriptor/person detector hog = cv2.HOGDescriptor() hog.setSVMDetector(cv2.HOGDescriptor_getDefaultPeopleDetector()) What do i have to change to import the custom file? Best regards

zelade avatar Mar 17 '17 11:03 zelade