-
Notifications
You must be signed in to change notification settings - Fork 40
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 input size is 25 x 6? #19
Comments
I check that it seems to zero padding. Can I ask why do this? |
The last channel is for global translation. Since its dimensions are 3 and not 6 it's zero-padded. |
where is global translation from, it seems to be from the first action2motion joint, but why action2motion switch 0# and 8#? |
If I remember correctly, this switching shouldn't be in use anymore. root rotation is at [0] and root translation is at [-1] (only the first 3 entries of it) |
The switching seems to be in use: |
That's a definition, not a usage, I don't see where this one is being used. |
what a great work!
I'm implementing with your code, but I have a question.
In your paper, Input is orientations in 6D representation of SMPL body model(24 x 6). When I check from debugging, The input shape is 25 x 6.
Which one is right? or What component is added to 24 x 6?
The text was updated successfully, but these errors were encountered: