shaoanlu / fewshot-face-translation-GAN

Generative adversarial networks integrating modules from FUNIT and SPADE for face-swapping.
793 stars 132 forks source link

what's the purpose of the second discriminator? #10

Open bobofzhang opened 4 years ago

bobofzhang commented 4 years ago

hi, the first discriminator is for real/fake, what's the purpose of the second discriminator?

shaoanlu commented 4 years ago

To discriminate if the two input images belong to the same identity, i.e., for discriminating real/fake pairs.

bobofzhang commented 4 years ago

To discriminate if the two input images belong to the same identity, i.e., for discriminating real/fake pairs.

hi, since A and B are not belong to the same identity, for the second discriminator, there is no such "real" pairs, for training.

shaoanlu commented 4 years ago

There are actually real A pairs involved in training but are not shown in the README figure.