All Projects → willtwr → ArtGAN

willtwr / ArtGAN

Licence: other
Tensorflow codes for our ICIP-17 and arXiv-1708.09533 works: "ArtGAN: Artwork Synthesis with Conditional Categorial GAN" & "Learning a Generative Adversarial Network for High Resolution Artwork Synthesis "

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ArtGAN

WGAN-GP-TensorFlow
TensorFlow implementations of Wasserstein GAN with Gradient Penalty (WGAN-GP), Least Squares GAN (LSGAN), GANs with the hinge loss.
Stars: ✭ 42 (+162.5%)
Mutual labels:  generative-adversarial-network, image-synthesis
Awesome-Text-to-Image
A Survey on Text-to-Image Generation/Synthesis.
Stars: ✭ 251 (+1468.75%)
Mutual labels:  generative-adversarial-network, image-synthesis
Sketch2Color-anime-translation
Given a simple anime line-art sketch the model outputs a decent colored anime image using Conditional-Generative Adversarial Networks (C-GANs) concept.
Stars: ✭ 90 (+462.5%)
Mutual labels:  generative-adversarial-network, image-synthesis
WGAN-GP-tensorflow
Tensorflow Implementation of Paper "Improved Training of Wasserstein GANs"
Stars: ✭ 23 (+43.75%)
Mutual labels:  generative-adversarial-network
stylegan-encoder
StyleGAN Encoder - converts real images to latent space
Stars: ✭ 694 (+4237.5%)
Mutual labels:  generative-adversarial-network
Long-Tail-GAN
Adversarial learning framework to enhance long-tail recommendation in Neural Collaborative Filtering
Stars: ✭ 19 (+18.75%)
Mutual labels:  generative-adversarial-network
multitask-CycleGAN
Pytorch implementation of multitask CycleGAN with auxiliary classification loss
Stars: ✭ 88 (+450%)
Mutual labels:  generative-adversarial-network
text-to-image
Text to Image Synthesis using Generative Adversarial Networks
Stars: ✭ 72 (+350%)
Mutual labels:  image-synthesis
pytorch-dann
A PyTorch implementation for Unsupervised Domain Adaptation by Backpropagation
Stars: ✭ 110 (+587.5%)
Mutual labels:  generative-adversarial-network
Audio2Guitarist-GAN
Two-stage GANs that generate fingerstyle guitarist images from audio.
Stars: ✭ 53 (+231.25%)
Mutual labels:  generative-adversarial-network
favorite-research-papers
Listing my favorite research papers 📝 from different fields as I read them.
Stars: ✭ 12 (-25%)
Mutual labels:  generative-adversarial-network
pytorch-domain-adaptation
Unofficial pytorch implementation of algorithms for domain adaptation
Stars: ✭ 24 (+50%)
Mutual labels:  generative-adversarial-network
Wasserstein2GenerativeNetworks
PyTorch implementation of "Wasserstein-2 Generative Networks" (ICLR 2021)
Stars: ✭ 38 (+137.5%)
Mutual labels:  generative-adversarial-network
videoDCGAN
Implementation of a GAN that generates video using LSTM and ConvNet in Tensorflow
Stars: ✭ 14 (-12.5%)
Mutual labels:  generative-adversarial-network
CharacterGAN
CharacterGAN: Few-Shot Keypoint Character Animation and Reposing (Best Paper WACV 2022)
Stars: ✭ 172 (+975%)
Mutual labels:  generative-adversarial-network
gan-error-avoidance
Learning to Avoid Errors in GANs by Input Space Manipulation (Code for paper)
Stars: ✭ 23 (+43.75%)
Mutual labels:  generative-adversarial-network
AdversarialBinaryCoding4ReID
Codes of the paper "Adversarial Binary Coding for Efficient Person Re-identification"
Stars: ✭ 12 (-25%)
Mutual labels:  generative-adversarial-network
keras-text-to-image
Translate text to image in Keras using GAN and Word2Vec as well as recurrent neural networks
Stars: ✭ 60 (+275%)
Mutual labels:  generative-adversarial-network
OpenShapes
A data-driven approach for interactively synthesizing diverse images from semantic label maps.
Stars: ✭ 39 (+143.75%)
Mutual labels:  image-synthesis
deep-learning-roadmap
my own deep learning mastery roadmap
Stars: ✭ 40 (+150%)
Mutual labels:  generative-adversarial-network

ArtGAN

Please visit https://github.com/cs-chan/ArtGAN for the final version.

Citation

This repository contains codes for the following paper (under review):

@article{tan2017learning,
  title={Learning a Generative Adversarial Network for High Resolution Artwork Synthesis},
  author={Tan, Wei Ren and Chan, Chee Seng and Aguirre, Hernan and Tanaka, Kiyoshi},
  journal={arXiv preprint arXiv:1708.09533},
  year={2017}
}

which is an extension to the following paper (ICIP 2017):

@article{tan2017artgan,
  title={ArtGAN: Artwork Synthesis with Conditional Categorial GANs},
  author={Tan, Wei Ren and Chan, Chee Seng and Aguirre, Hernan and Tanaka, Kiyoshi},
  journal={arXiv preprint arXiv:1702.03410},
  year={2017}
}

Prerequisites

* Neon and aeon are required to load data. If other data loader is used, neon and aeon are not required. But, make sure that data format is 'NCHW'.

Trained models

Each link below is the best trained model for the corresponding dataset. Download and extract to 'models' folder:

Feedback

Suggestions and opinions of this work (both positive and negative) are greatly welcome. Please contact the authors by sending email to Wei Ren Tan at wrtan.edu at gmail.com or Chee Seng Chan at cs.chan at um.edu.my

License

BSD-3, see LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].