initialneil / SplattingAvatar

[CVPR2024] Official implementation of SplattingAvatar.
Other
336 stars 32 forks source link

SMPL-X #7

Closed LeeBeen1 closed 3 months ago

LeeBeen1 commented 3 months ago

Hi,thanks for your greating work.

The method section of the paper mentions the processing of the deformed mesh of SMPL-X, but the dataset uses SMPL. I would like to ask if this code supports the SMPL-X model?

initialneil commented 3 months ago

@LeeBeen1 Sorry for the typo. The smplx_utils in the code supports SMPL-X though. You may alter the dataloader to use SMPL-X in your own dataset. Only mesh info is needed for the rest pipeline.