sangwoomo / FreezeD

Freeze the Discriminator: a Simple Baseline for Fine-Tuning GANs (CVPRW 2020)
https://arxiv.org/abs/2002.10964
285 stars 37 forks source link

if i want to train my own custom dataset, its not face. How should i do that? #7

Closed ronghui19 closed 3 years ago

ronghui19 commented 3 years ago

I already get code working. In the first step, i got fake face image. Since it's not face. FID will not be lower. So how should i modified the code?

sangwoomo commented 3 years ago

Hi, the model will be fine-tuned to your custom dataset as training goes, i.e., just wait until the model generates non-face your custom images.