costapt / vess2ret

A Keras implementation of pix2pix code adapted to generate retinal images from vessel networks.
MIT License
94 stars 42 forks source link

Where is your PatchGAN? #16

Closed harrycheng20 closed 4 years ago

harrycheng20 commented 5 years ago

Hi, I read the paper and your code, however I can't find where the PatchGAN is used in the discriminator of pix2pix model, and the paper said it is used in the discriminator with a patch size 63*63, could you kindly tell me in which part of the code PatchGAN is used?