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

There's a minor bug in the main function of the model transfer code. When the per-frame fitting result is exported to `pkl` files, it saves the entire batch instead of...

Hi,I was experimenting with SMPL-X blender add on and MB-Lab blender add on. MB-Lab add on has in all 23 expression related parameters that control the squinting ,closing of eyes....

Hi, I try to interpolate uv coordinates, but currently I only got the position of vertex, like: ![u_b](https://user-images.githubusercontent.com/53556761/147678254-45d71650-f31a-4899-9d33-bcbcb6cd45e1.png) And I want the full uv coordinates, like: ![u_](https://user-images.githubusercontent.com/53556761/147678324-5cec7e3e-4f7d-4feb-89b2-7617ba8545a3.png) I try to...

The changes are allow the SMPLXLayer to torch.jit.trace the code and run it on c++, the code solve the https://github.com/vchoutas/smplx/issues/70

Hi, thanks for amazing work, I have a question about the symmetry in terms of the faces index, how to find the symmetric face index given arbitrary face index in...

Thanks for your wonderful work. I tried to calculate the joint rotation matrix using joints positions following your paper. But the body mesh is not right. Im wondering is there...

In order to merge it with MANO, then use it with a SMPLH layer - Is there a .pkl version for the *gender-neutral* model? Alternatively, is there a way to...

The link provided in the ReadMe related to modifying the root position/orientation seems to be broken. It leads to a placeholder file on drop box that does not contain anything....

Hi, I try to generate texture map from multiview images, suppose I have SMPL parameters and corresponding image, how to get a partial texture map from each view? Some paper...

I use `pip install smplx[all]` to install smplx,and try to use it in SPIN(https://github.com/nkolot/SPIN), but there is an error. (base) ubuntu@ubuntu-C246-WU4:~/mahui/SPIN$ python3 demo.py --checkpoint=data/model_checkpoint.pt --img=examples/im1010.jpg --openpose=examples/im1010_openpose.json Traceback (most recent call...