JiahuiYu / generative_inpainting

DeepFill v1/v2 with Contextual Attention and Gated Convolution, CVPR 2018, and ICCV 2019 Oral
http://jiahuiyu.com/deepfill/
Other
3.27k stars 787 forks source link

question about paper #498

Closed diaodeyi closed 3 years ago

diaodeyi commented 3 years ago

Hi, Thanks for your beautiful work, i have a question about paper: The reason that you didn't take global discriminator is that the recptive field is already satisify the training input size , so you mean the size of the image in the training set is smaller than the input to the discriminator? otherwise , if they are same size , the output is only one value but not a matirx. (because the recptive field is the size of training set images)

diaodeyi commented 3 years ago

Is there anyone can help?