python-hog icon indicating copy to clipboard operation
python-hog copied to clipboard

WARNING: the cell_size must be even, incrementing cell_size_x of 1

Open Neelam96 opened this issue 5 years ago • 1 comments

How to change your code if the cell size is not even, because I am getting lesser features from your code compared to original hog implementation.

Neelam96 avatar Mar 12 '20 06:03 Neelam96

If your image size is not a multiple of your cell size, I guess you can make it so by padding your image with zeros.

JeanKossaifi avatar Mar 12 '20 12:03 JeanKossaifi