Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GAN code to convert synthetic images to real.. i.e. working with paired images #68

Open
rohitsaluja22 opened this issue Apr 13, 2018 · 1 comment

Comments

@rohitsaluja22
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants