phillipi / pix2pix

Image-to-image translation with conditional adversarial nets
https://phillipi.github.io/pix2pix/
Other
10.09k stars 1.71k forks source link

Irregular regions discriminator #160

Open Ha0Tang opened 5 years ago

Ha0Tang commented 5 years ago

How to use the PatchGAN discriminator to judge the true and false of a specific irregular area in the generated image?

junyanz commented 5 years ago

One idea is to apply a mask to the PatchGAN's output.