NetEase-GameAI / Face2FaceRHO

The Official PyTorch Implementation for Face2Face^ρ (ECCV2022)
BSD 3-Clause "New" or "Revised" License
213 stars 35 forks source link

fitting module #12

Closed charlieguo0610 closed 1 year ago

charlieguo0610 commented 2 years ago

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!

NetEase-GameAI commented 2 years ago

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

charlieguo0610 commented 2 years ago

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

NetEase-GameAI commented 2 years ago

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