Ask Your Question

robdupre's profile - activity

2017-05-31 03:28:58 -0600 answered a question How to use a custom SVM with HOGDescriptor, in Python

@crd319 Did you ever get this to work? I am having the same issue as you. @adamaulia, I also had this issue, the problem is that the window size used for the training images must be the same as the new samples. So if you train with images of 64 x 128 when you create a new instance of the HOGDescriptor it must be initialised with a window size that is the same.

I cant upvote yet, but great work