YuvalNirkin / fsgan

FSGAN - Official PyTorch Implementation
https://nirkin.com/fsgan
Creative Commons Zero v1.0 Universal
754 stars 147 forks source link

Where is the code for reenactment recursively and face-view interpolation? #121

Closed moveslikejaekyu closed 3 years ago

moveslikejaekyu commented 3 years ago

Hi! Thanks for offering great codes and paper.

But i got some problems with interpreting your offered code.

Where is the code for "define the reenactment output recursively" , "face-view interpolation" and "Using Poisson blending Loss"?

I matched many things that you mentioned in paper and codes, but the 3 topics are hard to find in here.

Hope you to point the 3 topics' code!

YuvalNirkin commented 3 years ago

Hi,

  1. Recursive reenactment: train_reenactment_stepwise.py reenactment_stepwise.py
  2. Face view interpolation: swap.py and appearance_map.py
  3. Poisson blending loss: train_blending.py