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

What is the Face Contour in SMPLX?? and what it does can anyone explain. @gngdb @dimtzionas @vchoutas @MichaelJBlack

Hi. Thank you very much for your smplx model. I'm trying to flip the smpl_x model, given [BEDLAM](https://bedlam.is.tue.mpg.de/) images, smpl_x parameters, and camera parameters. (1) This is the original image...

Hi, I'm encountering the error message in the title when following this guide for model parameter transfer: [SMPL-X Model Transfer Guide](https://github.com/vchoutas/smplx/tree/main/transfer_model). I want to transfer SMPL-X male model data to...

Although I believe that SMPL parameters and MANO parameters cannot have correspondence, I think SMPL vertices and MANO vertices can have correspondence to each other. May I ask if there...

I want to run SMPLX on my input image. Please help me out with the proper cmd lines or otherwise how to go about it. Thanks!

When I was running this command:python examples/vis_mano_vertices.py --model-folder F:/project/SMPL-X/smplx-main/models --corr-fname ./correspondences/MANO_SMPLX_vertex_ids.pkl I got this: (E:\pycharm\env\DLenv0) F:\project\SMPL-X\smplx-main>python examples/vis_mano_vertices.py --model-folder F:/project/SMPL-X/smplx-main/models --corr-fname ./correspondences/MANO_SMPLX_vertex_ids.pkl Traceback (most recent call last): File "F:\project\SMPL-X\smplx-main\examples\vis_mano_vertices.py", line 96,...

sample_data = [ 40, # Weight in kilograms 160, # Height in centimeters 34, # Neck circumference in centimeters 90, # Chest circumference in centimeters 80, # Belly button waist...

Hi, thank you for the great work! I saw that you mention "the SMPL and SMPL-X shape spaces are NOT compatible, since each model is the result of a different...

As described in issue [#190](https://github.com/vchoutas/smplx/issues/190#issuecomment-2101219854), when `batch_size` is set to larger than 1, the same pkl file will be written multiple times. In the subsequent merge step, the resulting merged...

Thank you for this great repo! We've come across an issue in our usage. Why is PCA disabled for MANO when the number of PCA components is set to 45?...