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

ModuleNotFoundError: No module named 'chumpy.ch'

I've found a way to change the shape parameters (*'Betas'*) but don't really know wich parameters I have to adjust to make the model look the way I want it....

File "demo.py", line 275, in main full_imgs_list, body_imgs, body_targets = batch TypeError: cannot unpack non-iterable MemoryPinning object Does anyone know how to handle this? Thank you

I want to convert SMPL paramters into SMPLX paramters in axis angle format. The pose paramters are in rotation matrix format and when I try to convert them into axis...

Can someone suggest how we can optimize the head obtained from the FLAME method (https://github.com/TimoBolkart/BFM_to_FLAME) instead of the head we get in the SMPL-X model? How can replace the head...

I have a SMPL mesh whose vertices have been modified by a displacement map representing clothing on top of the template SMPL pose. As mentioned [here](https://github.com/vchoutas/smplx/blob/master/transfer_model/docs/transfer.md), when converting to a...

Hello! Can smplx be used on maya? I don't see a smplx that releases a version of maya.

I am using [Multi Garment Network](https://github.com/bharat-b7/MultiGarmentNetwork/), a method which can clothe an SMPL model. The garments are instances of the [psbody.Mesh class](https://github.com/MPI-IS/mesh/blob/master/mesh/mesh.py). How can I use this to clothe the...

Hi, I want to know whether just copying the parameters of SMPL (pose) and FLAME (pose and expression) is a valid way to animate SMPL-X meshes (the shape is kept...

There is `kid_template_path params`. I tried providing `SMIL body model` to `kid_template_path` downloaded from https://www.iosb.fraunhofer.de/en/competences/image-exploitation/object-recognition/sensor-networks/motion-analysis.html#smil . But, this doesn't work. Can you please provide the link to download SMIL/SMIL-X model...