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

FIT3D smplx ground truth #11

Open
alessandrofolloni opened this issue Jul 29, 2024 · 1 comment
Open

FIT3D smplx ground truth #11

alessandrofolloni opened this issue Jul 29, 2024 · 1 comment

Comments

@alessandrofolloni
Copy link

I am currently trying to visualize the SMPLX mesh with pyrender and trimesh.

Using default values (equal to 0), it works and takes more or less good poses, after that I experimented with fit3D ground truth values that are in the format [706, N, 3, 3] depending on the specific parameter.
For example, let's take body_pose [706, 21, 3, 3], let's not consider the 706 because it's related to the fact that it's a video so for each parameter we have 706 of them. To visualize the SMPLX object, it accepts a vector of dimensions [1, 63], I understand that 21x3=63 but I'm confused about the extra dimension or in general about how to work with the data effectively.

I just want to visualize the SMPLX mesh corresponding to the first frame for example

Thank you very much for the help

@mihaifieraru
Copy link
Collaborator

digging through this notebook should be a good example on how to read the GT smplx parameters, camera parameters, generate the mesh and render the 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

2 participants