Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pix2Pix Maps

PyTorch implementation of Pix2Pix for paired image-to-image translation on the Maps dataset.

The model uses a U-Net generator and a PatchGAN discriminator.

Example

Pix2Pix Maps input and output example

Installation

python -m pip install -e .

Dataset

python scripts/download_dataset.py

Training

python scripts/train.py

Training resumes from checkpoints/maps_pix2pix/latest.pth when available.

Configuration

Edit training defaults in:

src/pix2pix/config.py

About

PyTorch GAN project implementing Pix2Pix for paired image-to-image translation on the Maps dataset.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages