You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: