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
I tried some different window sizes and came to the same results, that only with 64x128 one can get some real detections. Otherwise nothing or only the centre of an image is (wrongly) detected.
What should I do when my images are 64x64 instead of 64x128? Is changing this line hog.winSize = Size(64, 128); to hog.winSize = Size(64, 64); enough?
The text was updated successfully, but these errors were encountered: