This repository contains implementations of fundamental Image-to-Image Translation via Generative Models, including Pix2Pix, DiscoGAN, CycleGAN, BicycleGAN, and StarGAN, Unsupervised Attention-Guided GAN, MUNIT, and U-GAT-IT.
Please note that I focused on implementation rather than deriving the best results. In other words, a set of hyper-parameters that I used may not produce the best results. For example, you can expect better CycleGAN results when increasing total epochs to 200.
Method | Modality | Papers |
---|---|---|
Supervised Learning | Uni-modal | Pix2Pix |
Multi-modal | BicycleGAN | |
Unsupervised Learning | Uni-modal | DiscoGAN & CycleGAN & UAG-GAN & U-GAT-IT |
Multi-modal | StarGAN & MUNIT |
8. U-GAT-IT: Unsupervised Generative Attentional Networks with Adaptive Layer-Instance Normalization for Image-to-Image Translation
- Ubuntu 18.04 LTS
- NVIDIA GFORCE GTX 1080 ti
- CUDA 10.2
- torch 1.5.1
- torchvision 0.5.0
- etc