simontomaskarlsson / CycleGAN-KerasLinks
Keras implementation of CycleGAN using a tensorflow backend.
☆192Updated 5 years ago
Alternatives and similar repositories for CycleGAN-Keras
Users that are interested in CycleGAN-Keras are comparing it to the libraries listed below
Sorting:
- Reimplementation of CycleGAN☆388Updated 3 years ago
- Simple Tensorflow implementation of "Large Scale GAN Training for High Fidelity Natural Image Synthesis" (BigGAN)☆260Updated 6 years ago
- Simple Tensorflow implementation of metrics for GAN evaluation (Inception score, Frechet-Inception distance, Kernel-Inception distance)☆218Updated 5 years ago
- Pytorch implementation of pix2pix for various datasets.☆126Updated 4 years ago
- AttentionGAN for Unpaired Image-to-Image Translation & Multi-Domain Image-to-Image Translation☆681Updated 2 years ago
- MSG StyleGAN in tensorflow☆265Updated 5 years ago
- A clean and lucid implementation of cycleGAN using PyTorch☆125Updated 6 years ago
- Comparing different similarity functions for reconstruction of image on CycleGAN. (https://tandon-a.github.io/CycleGAN_ssim/) Training cy…☆82Updated 4 years ago
- Implementation of some different variants of GANs by tensorflow, Train the GAN in Google Cloud Colab, DCGAN, WGAN, WGAN-GP, LSGAN, SNGAN,…