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 Custom Dataset #13

Open
JiachengWu-5 opened this issue May 24, 2024 · 1 comment
Open

Question about Custom Dataset #13

JiachengWu-5 opened this issue May 24, 2024 · 1 comment

Comments

@JiachengWu-5
Copy link

Thank you very much for your great work! @FrozenBurning
I am trying to train the model using the custom dataset provided in the SynthesisHuman Dataset. As shown in the README.md file in the custom folder, I can ' export the SMPL parameters and SMPL vertices to two directories: params and vertices'. I already have the 'model.npz' file containing the SMPL parameters, which contains the following keys: minimal_shape, betas, Jtr_posed, bone_transforms, trans, root_orient, pose_body, pose_hand. However, I do not know how to export the SMPL parameters or vertices from this file. Could you please give me some hints to export the corresponding parameters?
Thank you very much!

@FrozenBurning
Copy link
Owner

Sorry, I'm not familiar with the dataset you are using. Basically, if you have per-frame SMPL parameters, you can easily get per-frame vertices via some off-the-shelf tools, e.g., SMPLayer in https://github.com/zju3dv/EasyMocap/

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