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

Where is the "c[2] = c[2] + 15 * s s = s * 1.25" for the MPII? #8

Open
zhiqiangdon opened this issue Feb 21, 2018 · 0 comments
Open

Comments

@zhiqiangdon
Copy link

zhiqiangdon commented Feb 21, 2018

Hi,

Thanks for sharing your code!
I remember in the original hourglass code there are
`-- Small adjustment so cropping is less likely to take feet out

c[2] = c[2] + 15 * s
s = s * 1.25

`
before the crop operation.
However, I can't find the corresponding code in your project. It seems you only multiply a scale factor in the multi-scale testing. In the training and single scale testing, you only use the provided scale and center without any adjustment. Do I understand right? Do you think it's unnecessary for the above adjustment?

Thanks

@zhiqiangdon zhiqiangdon changed the title Where is the "c[2] = c[2] + 15 * s s = s * 1.25"? Where is the "c[2] = c[2] + 15 * s s = s * 1.25" for the MPII? Feb 21, 2018
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

1 participant