motion-cosegmentation icon indicating copy to clipboard operation
motion-cosegmentation copied to clipboard

Mask size with first order model

Open fpandza opened this issue 4 years ago • 1 comments

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?

fpandza avatar Jun 10 '20 09:06 fpandza

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

DereWah avatar Aug 03 '20 20:08 DereWah