Open baihei-1122 opened 1 year ago
Same question here.
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.
Same question here.
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
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).
wait for script for an arbitrary image
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 if I want to make face animation with own image and drive videos, what I can do to make it?