NetEase-GameAI / Face2FaceRHO

The Official PyTorch Implementation for Face2Face^ρ (ECCV2022)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fitting module

charlieguo0610 opened this issue · comments

Hi,
I noticed that the inputs to fitting.py are images, and I wonder if the code supports having an image for src input and a video for the driving input. Thanks in advance!

We'll add a video demo when we have time.

Do current released codes support video sequence as input to fitting.py?

Yes, you need to manually extract each video frame and use fitting.py for each frame.