ai-forever / ghost

A new one shot face swap approach for image and video domains
Apache License 2.0
1.25k stars 264 forks source link

Few Question about the paper #97

Open Sunitha-Thomas opened 6 months ago

Sunitha-Thomas commented 6 months ago
  1. What is better solution for face jitter? The landmark smoothing can help to some extend but it is not perfect. Can augmenting the cropped faces with random shift in position help?

  2. In the paper Adaptive Blending is mentioned but only static blending is found in the repo. Can you share adaptive blending implementation.

  3. How to train ghost in higher resolution like 512px?

Thanks