theEricMa / OTAvatar

This is the official repository for OTAvatar: One-shot Talking Face Avatar with Controllable Tri-plane Rendering [CVPR2023].
306 stars 37 forks source link

How to makes face animation with specified image #17

Open liuyingbin123 opened 1 year ago

liuyingbin123 commented 1 year ago

@theEricMa @87003697 great job,but how to make animate from a single image

liuyingbin123 commented 1 year ago

how to compute the condition param

87003697 commented 1 year ago

Hello, and thank you for your interest! To animate from a single image, you'll need to follow several steps:

Once these steps are completed, you can proceed with the animation.

87003697 commented 1 year ago

The computation of the condition parameter is associated with both extrinsic and intrinsic factors. The extrinsic factors are tied to the six degrees of freedom (6DoF), while the intrinsic factors are experimental hyperparameters that we've found to be practical through our testing. You can find the part of it in our released code. The rest of it is in the preprocessing script. We anticipate it to be release in August. Sorry for the late release!

freefrog1986 commented 11 months ago

Looking forward to the condition parameter code!