GAN code to convert synthetic images to real.. i.e. working with paired images
rohitsaluja22 opened this issue · 1 comments
rohitsaluja22 commented
Hi, please share a WGAN code to convert synthetic images to real (with paired images) if you know. Any other vanila GAN would also be helpful.
wchen342 commented
You can basically use any existing image translation GANs, for example pix2pix: https://github.com/phillipi/pix2pix
If you want to make it WGAN-based, you just need to substitute its loss function with a WGAN loss.