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

root recover #8

Open
moranli19 opened this issue Mar 18, 2020 · 2 comments
Open

root recover #8

moranli19 opened this issue Mar 18, 2020 · 2 comments

Comments

@moranli19
Copy link

moranli19 commented Mar 18, 2020

How to generate xyz_root from uv_root on evaluation set?

I have noticed that the xyz_root can be recovered from uv_root using the functions in your code (https://github.com/lmb-freiburg/freihand/blob/master/utils/model.py#L58) with 'scale' parameters which are parts of mano parameters[60]. It's obvious that such 'scale' is different from the bone length of each sample.

I want to know the exact meaning of 'scale' (mano parameter[60]). And the way to calculate xyz_root from uv_root on the evaluation set ('scale' parameter is not provided).

It seems that the root joint precision influences the final results (kp_mean_error (aligned)) on Codalab when using the Latent25D method[1]. So, it is important to generate a precise root joint for each evaluation sample. Or, the alignment on Codalab should remove the influence of xyz_root.

Thanks for any reply!!!

[1]: Iqbal et.al. Hand Pose Estimation via Latent 2.5D Heatmap Regression.

@samiroor
Copy link

Hi @moranli19 ,
did you get your answer?

@www516717402
Copy link

www516717402 commented Jun 20, 2020

@sameeroor @moranli19
Mano_Scale means proportion between Z_{id=9,camera space} and focal length from Mano files. However another scale indicate length of idex=[9,10] from scale files.
About Mano scale, you need see source code to comprehensive.

def recover_root(uv_root, scale,

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

3 participants