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

Why use grid tokens and joint tokens? #5

Open
mimiliaogo opened this issue Jun 1, 2023 · 2 comments
Open

Why use grid tokens and joint tokens? #5

mimiliaogo opened this issue Jun 1, 2023 · 2 comments

Comments

@mimiliaogo
Copy link

In your paper, you mention that

It is noteworthy that the grid feature plays an important role to create the united body structure by aligning each point in an appropriate location.

Is there any experiment that can prove this statement? Will there be any significant performance drop if you remove the grid feature?

In addition, since your objective is to predict the human mesh, why do you need joint tokens? Also, why do you use sampling techniques on vertices tokens only but exclude joint tokens?

Thanks.

@kmk3942
Copy link
Member

kmk3942 commented Jun 27, 2023

Sorry for the late reply.

  1. Unfortunately, we've not conducted any ablation study about the grid feature. But we used this idea following the architecture of previous work, i.e., MeshGraphormer, and they already explained the role of the grid feature. So maybe you can check their paper!

  2. As you understand, the goal of our work is to estimate the mesh vertices. But the regression process of joint position can support the estimation of mesh vertices (because the mesh structure and joints are closely related in the human body). Also, we can use additional 2D or 3D pose datasets not including the ground truth vertices during training by computing the loss with predicted joints.
    For the last question, we intended to focus on estimating vertices thus we thought that using our sampling scheme at joint tokens is not necessary.

Hope my answer is helpful.

@herochen7372
Copy link

Hello, your task is to generate mesh, but why did you generate keypoints in the end, is it to improve the generation effect of mesh?

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