skhu101 / GauHuman

Code for our CVPR'2024 paper "GauHuman: Articulated Gaussian Splatting from Monocular Human Videos"
Other
335 stars 28 forks source link

Adaption to SMPLX #37

Closed SeanChenxy closed 3 months ago

SeanChenxy commented 4 months ago

Hi, Thanks for sharing the codes. Is there any way to use SMPLX (instead of SMPL) for human driving?

skhu101 commented 4 months ago

Yes, our code is compatible with SMPLX for human animation.

SeanChenxy commented 4 months ago

So, how should I modify train_zju_mocap_refine.sh to adopt SMPLX?

skhu101 commented 4 months ago

Hi, our code is compatible with SMPLX. All you need is to fit SMPLX models for the refined zju_mocap dataset.

DarcyFan commented 3 months ago

So, how should I modify train_zju_mocap_refine.sh to adopt SMPLX?

Hi,Have you finished to use the SMPLX instead of SMPL for human driving? If yes, could you tell me how to use SMPLX in Gauhuman? Thank you!