smplx icon indicating copy to clipboard operation
smplx copied to clipboard

SMPL-X

Results 101 smplx issues
Sort by recently updated
recently updated
newest added

I want to convert the SMPL pose params(72) into a neutral pose. How can I achieve this? Meaning, once I have a vector theta representing the 3D mesh for a...

Thanks for your wonderful work. I have a question. In function batch_rigid_transform of lbs.py, what is the reason to do this: rel_transforms = transforms - F.pad(torch.matmul(transforms, joints_homogen), [3, 0, 0,...

Hi @vchoutas and @MarilynKeller , after your latest merges, the code to convert a SMPL model to a SMPL-X model does no longer work. This is because you changed the...

There might exist some buggy merge. https://github.com/vchoutas/smplx/blob/4e2a3175c1309abe42b121a41f5c7d78c1935f42/smplx/body_models.py#L128

Hi,Thank you for your wonderful work! I want to visualize the correspondences of the SMPL to SMPL-X In transfer_model, I cannot find this file Could you please share the vis_correspondences.py...

After passing smpl+h mesh into the transfer_model module with the smplh2smplx config file, I got a pkl output file that has body_pose tensor with shape [1,21,3,3], which is very strange....

Hello! I am looking to use SMPLx to generate 3D pose estimation from 2D monocular video. However, I want to modify the anatomy of the SMPL meshes (e.g. make arms...

I am trying to create a model like in the demo but I get this error AttributeError: 'Struct' object has no attribute 'shapedirs'

I encountered this problem when I tried to execute this command `python transfer_model/write_obj.py --model-folder ./models/ --motion-file transfer_data/support_data/github_data/amass_sample.npz --output-folder transfer_data/meshes/amass_sample/` And here is the output: ![image](https://github.com/vchoutas/smplx/assets/73918947/157cc510-2594-4158-8aa1-22797a494d6f) But this problem wouldn't appear...