e-271 / few-shot-gan

Few-shot adaptation of GANs.
https://e-271.github.io/few-shot-gan
Other
120 stars 12 forks source link

n-shot settings #4

Open ak9250 opened 3 years ago

ak9250 commented 3 years ago

Hi I tried finetuning from n=5 with a datasets of cars from faces but the results after 28 kming fakes000028 (5)

i trained faces to sketches with n=84 and that seemed to work better fakes000030 (2) (1)

e-271 commented 3 years ago

Hi, our method is more suitable to more close-domain adaptation since it leverages the pretrain features heavily, so settings like Cars -> Faces will not work.

ak9250 commented 3 years ago

@e-271 thanks, so for close-domain adaption, n=5 should work, like faces-> faces sketches?