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.
python -m pip install -e .python scripts/download_dataset.pypython scripts/train.pyTraining resumes from checkpoints/maps_pix2pix/latest.pth when available.
Edit training defaults in:
src/pix2pix/config.py
