shaoanlu / fewshot-face-translation-GAN

Generative adversarial networks integrating modules from FUNIT and SPADE for face-swapping.
793 stars 132 forks source link

The trained model can only transform the special pair people? #9

Open Dian-Yi opened 4 years ago

Dian-Yi commented 4 years ago

i study the face swap recently. most papaer's model can only swap special peopel face. i want to konw it is the same?

Dian-Yi commented 4 years ago

Is the training process like deepfakes/swap or deepfacelab? and only swap the trained face in test process?

shaoanlu commented 4 years ago

An early work by Bao et al. has vary similar approach with ours.

Content/style disentanglement fashion has been used in many papers for image translation, e.g. DRIT and MUNIT, with their own tweaks in objectives and model architectures. In our case, we added prior knowledge of human face as inputs and loss functions as well.

Dian-Yi commented 4 years ago

thanks for u answer, i reimplement the this paaper 《Towards Open-Set Identity Preserving Face Synthesis》 by Bao et al. But the result is not good for faces not in train set and their loss is hard to convergence. So i want to how to implement sawping arbitrarily face with only one model?