Skip to content

Implementations of Image to Image Translation via Generative Models using PyTorch

License

Notifications You must be signed in to change notification settings

yawudede/Image-to-Image-Translation

Repository files navigation

Implementations of Image to Image Translation via Generative Models using PyTorch

0. Introduction

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

Development Environment

- Ubuntu 18.04 LTS
- NVIDIA GFORCE GTX 1080 ti
- CUDA 10.2
- torch 1.5.1
- torchvision 0.5.0
- etc

About

Implementations of Image to Image Translation via Generative Models using PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published