-
Notifications
You must be signed in to change notification settings - Fork 8
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
How to export OBJ files instead of the video? #3
Comments
Yes, I think we can extract the textureless mesh with marching cude function. |
Thank you. One more question, the provided command for inference requires the dataset. Can I infer from the model without providing the dataset? |
Yes, during inference, you can define your own SMPL parameters to generate the corresponding human. |
Hi @Xuanmeng-Zhang, sorry for reopening this. The only animation I want to use is walking, so I think of getting the walking SMPL from here. But I have no idea how to convert that SMPL to the one defined here. My ultimate goal is to generate a 3D human mesh with walking animation. I hope you can help me out a bit. Thank you so much! |
@hungdche I think I did managed to do that. If I remember correctly, there was some way to render the output of Then you can load it like a regular animation sequence as mentioned in their readme. Although I could not stop the camera from rotating around the subject, it did perform the motion. |
Thanks for such an awesome work! How could I export the obj files of the human meshes? I notice there is this function:
extract_mesh_with_marching_cube
. Can I use this in the scriptgen_multiview
for mesh extraction?The text was updated successfully, but these errors were encountered: