songrise/AvatarCraft

Question about A-pose rendering

zeng-yifei opened this issue · 3 comments

Hey, really happy to see that AvatarCraft is finally released.

I observed most of the demos are present as the T-pose. Meanwhile, there are some A-pose demonstrations in Fig.6 of the paper. I wonder how to render an A-pose image of a given model. Do I need to prepare a corresponding motion pkl? Or using some SMPL Parameters would just work?

Hope for your reply :-)

hi, the A-pose (stand pose) is taken from AvatarCLIP. I have just uploaded to this repo here. You can load the pose parameters and set it as the articulation target, then you can get what is shown in our Fig. 6.

Thank you very much for your quick reply! The problem is now tackled with the data file.

BTW, there is a minor difference between the instructions and the actual file name.

In readme instructions, it uses python render_w**ra**p.py to animate the model, but the actual file name is render_w**ar**p.py. Hope it will be modified. :-)

Thank you very much for your quick reply! The problem is now tackled with the data file.

BTW, there is a minor difference between the instructions and the actual file name.

In readme instructions, it uses python render_w**ra**p.py to animate the model, but the actual file name is render_w**ar**p.py. Hope it will be modified. :-)

thanks for your reply. The typo has been fixed.