theEricMa / OTAvatar

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

How to makes face animation with specified image #3

Open baihei-1122 opened 1 year ago

baihei-1122 commented 1 year ago

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

sunshineatnoon commented 1 year ago

Same question here.

theEricMa commented 1 year ago

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.

Freedomcls commented 1 year ago

Same question here.

Songlin1998 commented 1 year ago

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

neeek2303 commented 11 months ago

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).

aurelianocyp commented 9 months ago

wait for script for an arbitrary image

theEricMa commented 8 months ago

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.