Skip to content

clmrie/pix2pix_implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pix2pix implementation (Map to aerial photo)

09/02/2022

While working on paired style transfer:
Implementation of the Image-to-Image Translation with Conditional Adversarial Networks paper by Phillip Isola, Jun-Yan Zhu, Tinghui Zhou, Alexei A. Efros with the help of educational resources.

The model translates map pictures to the corresponding aerial pictures.
Made with Python and Keras.

Results on test data:

Screen Shot 2022-09-02 at 6 17 16 PM

Screen Shot 2022-09-02 at 6 16 44 PM


The model uses:

  • Conditional GANs
  • a PatchGAN discriminator, which only penalizes structure at the scale of image patches rather than the whole image.
  • a U-Net generator (encoder-decoder architecture with skip connections)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages