mks0601 / ExAvatar_RELEASE

Official PyTorch implementation of "Expressive Whole-Body 3D Gaussian Avatar", ECCV 2024.
449 stars 31 forks source link

XHuman smplx params optimize #28

Open xiangjun-xj opened 3 weeks ago

xiangjun-xj commented 3 weeks ago

From Here, it seems that you don't optimize the smplx params of XHumans, so does it mean that we don't need to run deca, Hand4whole and fit.py for XHumans dataset and directly use pkl files in original XHumans dataset like here

Also, I'd like to know the camera Rt you use for XHumans dataset. For example, in your provided examples like 00034, to render smplx mesh, we should use the smplx params in "smplx_optimized/smplx_params/*.json", right? What's the corresponding cameras? Rt in cameras.npz or we should use virtual camera parameters like in Custom dataset? It seems that you don't use Rt of cameras.npz after using it in here.

mks0601 commented 3 weeks ago

Hi,

xiangjun-xj commented 3 weeks ago

Wow, thanks for so quick response. What's exact command to get joint_offset and face_offset from a single sequence? Sorry, I did not find it following your link. Run fit.py using config.py/XHumans.py in XHumans branch?

mks0601 commented 3 weeks ago

You can see this: https://github.com/mks0601/ExAvatar_RELEASE/tree/main/fitting#xhumans-videos set dataset='XHumans' in config,py and run python fit.py --subject_id 00034