MingtaoGuo / CycleGAN
A simple code of CycleGAN which is easy to read is implemented by TensorFlow
☆20Updated 6 years ago
Alternatives and similar repositories for CycleGAN
Users that are interested in CycleGAN are comparing it to the libraries listed below
Sorting:
- The code of CapsuleNet☆11Updated 7 years ago
- Collecting some interesting papers about computer vision☆21Updated 6 years ago
- This code mainly implement the paper ' Arbitrary Style Transfer in Real-time with Adaptive Instance Normalization ' by TensorFlow☆17Updated 6 years ago
- Simply implement the paper: cGANs with Projection Discriminator by TensorFlow☆40Updated 6 years ago
- Implementation of style transfer by tensorflow, for detail please see the paper "Image Style Transfer Using Convolutional Neural Networks…☆51Updated 6 years ago
- Simplely implement the paper 'Semantic Image Inpainting with Deep Generative Models' by TensorFlow☆21Updated 5 years ago
- This repository is as a research project in the field of super resolution. It uses RDN as the generator and spectral norm is used in disc…☆25Updated 4 years ago
- Reimplementation of the Paper: Large Scale GAN Training for High Fidelity Natural Image Synthesis☆28Updated 4 years ago
- Implementation of the paper A Learned Representation for Artistic Style (Conditional instance normalization)☆40Updated 6 years ago
- Simplely implement the paper 'FormResNet: Formatted Residual Learning for Image Restoration' by TensorFlow☆17Updated 5 years ago
- The code of the paper 'Learning-Residual-Images-for-Face-Attribute-Manipulation' is implemented by TensorFlow☆36Updated 6 years ago
- Inplementing the paper 'Context Encoders: Feature Learning by Inpainting' by TensorFlow☆12Updated 6 years ago
- Implementation of some different variants of GANs by tensorflow, Train the GAN in Google Cloud Colab, DCGAN, WGAN, WGAN-GP, LSGAN, SNGAN,…☆230Updated 2 years ago
- Simple code implement the paper of CartoonGAN(CVPR2018)☆16Updated 6 years ago
- A convolution neural network with SE block and haar wavelet block for Chinese calligraphy styles classification by TensorFlow.(Paper: A n…