togheppi / CycleGANLinks
PyTorch implementation of CycleGAN
☆84Updated 8 years ago
Alternatives and similar repositories for CycleGAN
Users that are interested in CycleGAN are comparing it to the libraries listed below
Sorting:
- Pytorch implementation of pix2pix for various datasets.☆125Updated 4 years ago
- A clean and lucid implementation of cycleGAN using PyTorch☆127Updated 7 years ago
- Official Implementation of the paper "A U-Net Based Discriminator for Generative Adversarial Networks" (CVPR 2020)☆400Updated 3 years ago
- PyTorch implementation of Image-to-Image Translation with Conditional Adversarial Nets (pix2pix)☆54Updated 8 years ago
- Comparing different similarity functions for reconstruction of image on CycleGAN. (https://tandon-a.github.io/CycleGAN_ssim/) Training cy…☆83Updated 4 years ago
- Simple Tensorflow implementation of metrics for GAN evaluation (Inception score, Frechet-Inception distance, Kernel-Inception distance)☆223Updated 6 years ago
- A very simple implementation of cyclegan, which is based on pytorch.☆166Updated last year
- AttentionGAN for Unpaired Image-to-Image Translation & Multi-Domain Image-to-Image Translation☆687Updated 2 years ago
- Keras implementation of CycleGAN using a tensorflow backend.☆192Updated 6 years ago
- Perceptual Adversarial Networks (PAN) for Image-to-Image Transformation☆17Updated 6 years ago
- PyTorch implementation of Conditional Deep Convolutional Generative Adversarial Networks (cDCGAN)☆71Updated 8 years ago
- Official PyTorch implementation of NICE-GAN: Reusing Discriminators for Encoding: Towards Unsupervised Image-to-Image Translation☆243Updated 5 years ago
- Implementation of "Perceptual Losses for Real-Time Style Transfer and Super-Resolution" in PyTorch☆316Updated 5 years ago
- MSG StyleGAN in tensorflow☆264Updated 6 years ago
- Unsupervised Attention-Guided Image to Image Translation☆329Updated 6 years ago
- Fast Neural Style Transfer in Pytorch