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

A quarter of offest? #16

Open
hellojialee opened this issue Jan 13, 2018 · 2 comments
Open

A quarter of offest? #16

hellojialee opened this issue Jan 13, 2018 · 2 comments

Comments

@hellojialee
Copy link

In the original paper, there goes: "the prediction is offset by a quarter of a pixel in the direction of its next highest neighbor before transforming back to the original coordinate space of the image"

Is it implemented in this project? Looking forward for replying. Thank you!

@anewell
Copy link
Collaborator

anewell commented Jan 16, 2018

I don't think it is included here, but you can find the code for it in the training repo here: https://github.com/umich-vl/pose-hg-train/blob/master/src/util/pose.lua#L85

@hellojialee
Copy link
Author

hellojialee commented Jan 17, 2018

@anewell Thank you for your kind replying! I'm not familiar with lua. Do you simply find the max response (regarded as a pixel value, let's denote it P) on the heat map and then shift towards to the second max response which is within its 4-neighbors or just another max response of a gussian circle?
image

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