leongatys / DeepTextures
Code to synthesise textures using convolutional neural networks as described in Gatys et al. 2015 (http://arxiv.org/abs/1505.07376)
☆273Updated 8 years ago
Related projects ⓘ
Alternatives and complementary repositories for DeepTextures
- Precomputed Real-Time Texture Synthesis with Markovian Generative Adversarial Networks☆294Updated 5 years ago
- Code to reproduce the results from the paper "Controlling Perceptual Factors in Neural Style Transfer" (https://arxiv.org/abs/1611.07865)…☆180Updated 7 years ago
- Code for paper "Plug and Play Generative Networks"☆540Updated 6 years ago
- Boundary Equibilibrium Generative Adversarial Networks Implementation in Tensorflow☆208Updated 3 years ago
- Learning What and Where to Draw☆338Updated 8 years ago
- Neural Network with Style Synthesis☆205Updated 8 years ago
- Train CPPNs as a Generative Model, using Generative Adversarial Networks and Variational Autoencoder techniques to produce high resolutio…☆350Updated 3 years ago
- A tensorflow implemenation of Christian et al's SRGAN(super-resolution generative adversarial network)☆285Updated 7 years ago
- code for "Fast Patch-based Style Transfer of Arbitrary Style".☆410Updated 5 years ago
- PyTorch inference for "Progressive Growing of GANs" with CelebA snapshot☆322Updated 7 years ago
- ☆318Updated 5 years ago
- Multi style transfer. You can make Gogh + Manet + Picasso style image☆209Updated 7 years ago
- Torch Implementation of "Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network"☆203Updated 7 years ago
- A single jupyter notebook multi gpu VAE-GAN example with latent space algebra and receptive field visualizations.☆442Updated 5 years ago
- Code for the paper "Adversarial Generator-Encoder Networks"☆285Updated 6 years ago
- Source code for "Understanding Deep Image Representations by Inverting Them", CVPR 2015☆168Updated 7 years ago
- TensorFlow implementation of Texture-Synthesis Using Convolutional Neural Networks. High-level statistical structures of an image are use…☆39Updated 7 years ago
- An implementation of the deep convolutional generative adversarial network, combined with a varational autoencoder☆109Updated 7 years ago
- Code for "On the Effects of Batch and Weight Normalization in Generative Adversarial Networks"☆181Updated 6 years ago
- Tensorflow implementation of Wasserstein GAN - arxiv: https://arxiv.org/abs/1701.07875☆417Updated 7 years ago
- Automatic colorizaton of grayscale images using Deep Learning☆220Updated 7 years ago
- This project is an implementation of the Generative Adversarial Network proposed in our CVPR 2017 paper - DeLiGAN : Generative Adversaria…☆110Updated 7 years ago
- Implementation of [Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network arXiv:1609.04802v2]☆82Updated 7 years ago
- A tensorflow implementation of google's AC-GAN ( Auxiliary Classifier GAN ).☆393Updated 6 years ago
- GeneGAN: Learning Object Transfiguration and Attribute Subspace from Unpaired Data☆144Updated 6 years ago
- Invertible conditional GANs for image editing☆286Updated 3 years ago
- An implementation of SRGAN model in Keras