Skip to content

This is the code of my conference paper "Image-to-Image Translation using a Relativistic Generative Adversarial Network ".

Notifications You must be signed in to change notification settings

Xingrun-Xing/RGAN-based-Pix2pix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGAN-based-Pix2pix

This is the code of my conference paper "Image-to-Image Translation using a Relativistic Generative Adversarial Network " in the 11th International Conference of Digital Image Processing (ICDIP 2019). This code refers to the basic pix2pix-pytorch code heavily and thinks for the sharing.

We use a relativistic generative adversarial network to implement image domain transformation tasks, for example label-to-photo and photo-to-map.

Label-to-photo task on the Cityscapes dataset


Photo-to-map task on the Google-maps


Run

Requirements:

Training and Validation:

  • Copy pix2pix_model.py, into pytorch-CycleGAN-and-pix2pix/models/ to exchange the basic GAN model.

  • Launch training with Pix2pix-Pytorch as backbone training framework.

About

This is the code of my conference paper "Image-to-Image Translation using a Relativistic Generative Adversarial Network ".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages