-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selected block normalization method is invalid #3
Comments
Remove normalize. Skimage will remove the features. |
The definition of function hog is as follows def hog(image, orientations=9, pixels_per_cell=(8, 8), cells_per_block=(3, 3),
block_norm='L1', visualise=False, transform_sqrt=False,
feature_vector=True, normalise=None) so removing |
When I was running the code, I found that it didn't work very well. How can I make it work better |
@Weipeilang i had the same issue but I think I found the answer: When they work on the human detector, they worked with scikit-image in v0.12.x: Doc in v0.12 This is why we get this error message. To fix this, you can simply replace @BUPTLdy could you maybe update the README to specify the version of lib used ? |
When i try to run python detector.py I have next problem
Can you help, please?
The text was updated successfully, but these errors were encountered: