Skip to content
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

HOG sizes #1

Open
Spiralwise opened this issue Sep 10, 2015 · 2 comments
Open

HOG sizes #1

Spiralwise opened this issue Sep 10, 2015 · 2 comments

Comments

@Spiralwise
Copy link

The shape training computes HOG from views with a size of 120x120, 60x60 and 30x30. However, how does it come possible since HOG cells have a size of 8x8 which is not a multiple of 60 nor 30.

@suhaochina
Copy link
Member

There will be padding. We are using the HoG feature extracted by Pitor Dollar's toolbox. You can take a look into the source code.

@Spiralwise
Copy link
Author

I checked the code but there is no information about the block padding for L2-normalization computing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants