yfeng95/SCARF

How can we obtain 'full_pose' parameter in 'pixie_radioactive.pkl'?

seungjun-moon opened this issue · 2 comments

Hello. First of all, thank you for revealing your awesome works with open source.

I am curious how can we obtain 'full_pose' parameter, which consists of 5533 size tensor per frame, in your given demo pose file 'pixie_radioactive.pkl'.

I think this can be driven by PIXIE, but I don't know how can we get it.

PIXIE parameters from the preprocessing have different shapes compared to the given one.

Thank you.

I got the answer from the code smplx.py.

Thank you.