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

[ Integral Pose Regression Implementation ] #41

Open
IemProg opened this issue Apr 14, 2021 · 1 comment
Open

[ Integral Pose Regression Implementation ] #41

IemProg opened this issue Apr 14, 2021 · 1 comment

Comments

@IemProg
Copy link

IemProg commented Apr 14, 2021

Hi,

Wonderful work, and thanks for the repo !

I'm quite new to Pose estimation field, I'm having a hard time to understand why did you multiply by a tensor (Torch.arange) in generate_3d_integral_preds_tensor(heatmaps, num_joints, x_dim, y_dim, z_dim) function at link after calculating the heatmaps ?

Furthermore, how can we calculate the variance of the heatmaps ?

Thanks !

@lck1201
Copy link
Collaborator

lck1201 commented Apr 15, 2021

Torch.arange refers to the heatmap location, i.e., [0, 63]. So accu_x is a weighted sum of possibility and location.

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