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

Question about Ignored_dims #1

Open
Xiyan-Xu opened this issue Jun 2, 2022 · 1 comment
Open

Question about Ignored_dims #1

Xiyan-Xu opened this issue Jun 2, 2022 · 1 comment

Comments

@Xiyan-Xu
Copy link

Xiyan-Xu commented Jun 2, 2022

I notice that in line 273~276 of the file "main_cmu_3d.py", p3d_out_4 is treated as follow:

        p3d_out_4 = p3d_h36.clone()[:, in_n:in_n + out_n]

        p3d_out_4[:, :, dim_used] = p3d_out_all_4[:, seq_in:]

        p3d_out_4[:, :, index_to_ignore] = p3d_out_4[:, :, index_to_equal]

        p3d_out_4 = p3d_out_4.reshape([-1, out_n, all_dim//3, 3])

Will this result in some joints being counted multiple times when calculating MPJPE?

Thanks

@705062791
Copy link
Owner

Thank you for your interest in our work.
This is a general approach. Because there are some overlapping points in human joints, these points are usually removed during prediction. However, when the error is calculated, these points are re-added to ensure the integrity of the pose.
As far as I know, all existing methods do so.

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