Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mask size with first order model #13

Open
fpandza opened this issue Jun 10, 2020 · 1 comment
Open

Mask size with first order model #13

fpandza opened this issue Jun 10, 2020 · 1 comment

Comments

@fpandza
Copy link

fpandza commented Jun 10, 2020

Hi, I tried training my own first order model network with slight modification of first order model code. Basically just replacing one perceptual loss with another.

When I try plugging in that new model in the notebook you provided in this repo in the final part where supervised segmentation is used along with first order model, I get the following:

trump

However when I use your provided pretrained first order model, I get the following where the face is stretched across entire target face.

trump1

Obviously source hair is the issue because source image only has part of face visible and that's the part that is missing in the mask as well, but doesn't seem to bother your model which properly covers entire target face. Do you have intuition why this might be happening?

@DereWah
Copy link

DereWah commented Aug 3, 2020

Hi, in the First Order Model repo it is said that it is possible to do some face-swapping by modifying the method. How did you do that? What did you change? Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants