vickyFox / Region-wise-Inpainting

Region-wise GAN, image inpainting
MIT License
54 stars 17 forks source link

Which adversarial loss is used in the paper? #7

Open xiong224 opened 4 years ago

xiong224 commented 4 years ago

Hello! Thanks for your awesome work. I am new in image inpainting. There is a question confusing me. I found the adversarial loss is important for artifacts. But I did not find the type of it. In the code, it contains wgan loss, gan loss and hinge loss. Could you tell me which is uesd in the paper? Thanks very much!