HongwenZhang / PyMAF-X

[TPAMI 2023] PyMAF-X: Towards Well-aligned Full-body Model Regression from Monocular Images
https://www.liuyebin.com/pymaf-x
Other
210 stars 28 forks source link

How to read smplx_params output by smplx.SMPLX? #21

Closed Darius-H closed 1 year ago

Darius-H commented 1 year ago

After running the demo example, i got smplx_params from pickle file, while their tensor shape like this:

image

How can i use SMPLX model to read these params, its parmas' shapes are different from the SMPLX params i used before. The poses params has one more dimension with 3. Can i convert the smplx params to the way that can be accepted by SMPLX model? The params i used before is:

image
Darius-H commented 1 year ago

I found this code useful https://github.com/Skype-line/X-Avatar/blob/main/data_process/preprocess_PymafX_pose.py , but there is a little bug that pymafx's smplx face is not compatible with that one, the smplx version is different.

sebastianopazo1 commented 8 months ago

Hi @Darius-H! Could you solve the bug opymaf's smplx face? Thanks for your help

R132 commented 5 months ago

I found this code useful https://github.com/Skype-line/X-Avatar/blob/main/data_process/preprocess_PymafX_pose.py , but there is a little bug that pymafx's smplx face is not compatible with that one, the smplx version is different.

That`s useful! Thanks a lot !

ZhenyanSun commented 1 week ago

I found this code useful https://github.com/Skype-line/X-Avatar/blob/main/data_process/preprocess_PymafX_pose.py , but there is a little bug that pymafx's smplx face is not compatible with that one, the smplx version is different.

That`s useful! Thanks a lot !

Have you solved the leye_pose and reye_pose converting? Thanks.