NetEase-GameAI / Face2FaceRHO

The Official PyTorch Implementation for Face2Face^ρ (ECCV2022)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test my data but dont looks like me QAQ

kelisiya opened this issue · comments

Great work ! But when I test my data but dont looks like me . How to solve it ?

If you use your own image as the driving image, the result will not be like yourself, only your head pose and expression will be transferred to the source image.

If you use your own image as the driving image, the result will not be like yourself, only your head pose and expression will be transferred to the source image.

Specifically, I use another person head .mov as driven video , and I want to dirven my onw image , but it dont look like to me .

1.Check if you use the correct src_img,src_landmark and src_headpose of your own image.
2.If the expression or driving head pose are not exactly the same with your driving image, it may be partly due to the use of the DECA 3DMM fitting algorithm.

Another reason may be currently we require the input image is square. Try to clip your image into a square image.