zyainfal / One-Shot-Face-Swapping-on-Megapixels

One Shot Face Swapping on Megapixels.
Other
314 stars 40 forks source link

Bad test examples #22

Closed hallwaypzh closed 2 years ago

hallwaypzh commented 2 years ago

I have tried the inference code on the examples in the paper (Figure 5.), however this one goes horribly wrong , 8 jpg_9 jpg this is the picture generated by stylegan sg2

I'm using ftm method btw

zyainfal commented 2 years ago

We trained two models, one for ff++ and one for celeba-hq (you can see more details in the experiment section). The released model is the latter one.

The difference is the training dataset, i.e. the model trained for ff++ used more images from celeba, which gives better generalization on 256px images.

hallwaypzh commented 2 years ago

Thank u for the reply, will the other one be released?

zyainfal commented 2 years ago

Nope