OTAvatar icon indicating copy to clipboard operation
OTAvatar copied to clipboard

How to makes face animation with specified image

Open baihei-1122 opened this issue 3 years ago • 7 comments

@theEricMa if I want to make face animation with own image and drive videos, what I can do to make it?

baihei-1122 avatar Apr 14 '23 06:04 baihei-1122

Same question here.

sunshineatnoon avatar Apr 14 '23 15:04 sunshineatnoon

We need to implement a few off-the-shelf model to preprocess the data, as the method is a bit complicated. I plan to make a clean script later on.

theEricMa avatar Apr 30 '23 14:04 theEricMa

Same question here.

Freedomcls avatar Jun 13 '23 07:06 Freedomcls

Hi! Eric~ It is a great work! But it has been a long time~Any update for your scirpt for arbitrary face image inference? @theEricMa

Songlin1998 avatar Jun 24 '23 06:06 Songlin1998

Hi @theEricMa, thank you for your work and code! I'm currently working on a paper and would like to use your method for comparison. Could you please tell where I can find a script for an arbitrary image (cross-identity case).

neeek2303 avatar Oct 29 '23 14:10 neeek2303

wait for script for an arbitrary image

aurelianocyp avatar Jan 10 '24 14:01 aurelianocyp

The script for arbitrary images is similar to the inference code in inference_refine_1D_cam.py, but it will contain additional code for data parameters. This includes extracting the head pose and facial expression coefficients using tools from the OTAvatar_processing repository.

theEricMa avatar Jan 21 '24 09:01 theEricMa