All Projects → FangYang970206 → Anime_gan

FangYang970206 / Anime_gan

GAN models with Anime.

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Anime gan

Dcgan wgan wgan Gp lsgan sngan rsgan began acgan pggan tensorflow
Implementation of some different variants of GANs by tensorflow, Train the GAN in Google Cloud Colab, DCGAN, WGAN, WGAN-GP, LSGAN, SNGAN, RSGAN, RaSGAN, BEGAN, ACGAN, PGGAN, pix2pix, BigGAN
Stars: ✭ 166 (+196.43%)
Mutual labels:  dcgan, wgan
Generative-Model
Repository for implementation of generative models with Tensorflow 1.x
Stars: ✭ 66 (+17.86%)
Mutual labels:  dcgan, wgan
Gan Tutorial
Simple Implementation of many GAN models with PyTorch.
Stars: ✭ 227 (+305.36%)
Mutual labels:  dcgan, wgan
Tf Exercise Gan
Tensorflow implementation of different GANs and their comparisions
Stars: ✭ 110 (+96.43%)
Mutual labels:  dcgan, wgan
Dcgan Lsgan Wgan Gp Dragan Tensorflow 2
DCGAN LSGAN WGAN-GP DRAGAN Tensorflow 2
Stars: ✭ 373 (+566.07%)
Mutual labels:  dcgan, wgan
Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: ✭ 138 (+146.43%)
Mutual labels:  dcgan, wgan
coursera-gan-specialization
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
Stars: ✭ 277 (+394.64%)
Mutual labels:  dcgan, wgan
Pytorch-Basic-GANs
Simple Pytorch implementations of most used Generative Adversarial Network (GAN) varieties.
Stars: ✭ 101 (+80.36%)
Mutual labels:  dcgan, wgan
GANs-Keras
GANs Implementations in Keras
Stars: ✭ 24 (-57.14%)
Mutual labels:  dcgan, wgan
DCGAN-Head-Portrait-Generator
深度卷积生成对抗网络(DCGAN)—— 动漫妹子头像生成 2018-10-22
Stars: ✭ 19 (-66.07%)
Mutual labels:  anime, dcgan
Ganotebooks
wgan, wgan2(improved, gp), infogan, and dcgan implementation in lasagne, keras, pytorch
Stars: ✭ 1,446 (+2482.14%)
Mutual labels:  dcgan, wgan
Awesome Gans
Awesome Generative Adversarial Networks with tensorflow
Stars: ✭ 585 (+944.64%)
Mutual labels:  dcgan, wgan
Wasserstein Gan
Chainer implementation of Wasserstein GAN
Stars: ✭ 95 (+69.64%)
Mutual labels:  dcgan, wgan
Gan theories
Resources and Implementations of Generative Adversarial Nets which are focusing on how to stabilize training process and generate high quality images: DCGAN, WGAN, EBGAN, BEGAN, etc.
Stars: ✭ 158 (+182.14%)
Mutual labels:  dcgan, wgan
GAN-Anime-Characters
Applied several Generative Adversarial Networks (GAN) techniques such as: DCGAN, WGAN and StyleGAN to generate Anime Faces and Handwritten Digits.
Stars: ✭ 43 (-23.21%)
Mutual labels:  dcgan, wgan
Tf.gans Comparison
Implementations of (theoretical) generative adversarial networks and comparison without cherry-picking
Stars: ✭ 477 (+751.79%)
Mutual labels:  dcgan, wgan
Deeplearningmugenknock
でぃーぷらーにんぐを無限にやってディープラーニングでDeepLearningするための実装CheatSheet
Stars: ✭ 684 (+1121.43%)
Mutual labels:  dcgan, wgan
Anitop
Anitop is an unofficial simple API from https://anitrendz.net/ site
Stars: ✭ 30 (-46.43%)
Mutual labels:  anime
Animeflv
App no oficial de Animeflv
Stars: ✭ 44 (-21.43%)
Mutual labels:  anime
To Watch Bangumi List
烧饼的补番列表 My TO-WATCH Bangumi List
Stars: ✭ 29 (-48.21%)
Mutual labels:  anime

Anime_GAN

This repository records my GAN models with Anime.

Dependencies

DCGAN

you need to download the dataset (onedrive, or baiduyun) named faces.zip, then execute the first step——Cloning the repository, and extract and move it in Anime_GAN/DCGAN/.

1. Cloning the repository

$ git clone https://github.com/FangYang970206/Anime_GAN.git
$ cd Anime_GAN/DCGAN/

2. run the code

$ python main.py 

3. 500 epochs result

WGAN

The WGAN implemented by pytorch has bugs. If anyone can find them, i will appreciate you so much! I implement a keras version Anime_WGAN. Like DCGAN, you should download the dataset (onedrive, or baiduyun) named faces.zip(the same as DCGAN), then execute the first step——Cloning the repository, and extract and move it in Anime_GAN/WGAN_keras/faces/.

1. Cloning the repository

$ git clone https://github.com/FangYang970206/Anime_GAN.git
$ cd Anime_GAN/WGAN_keras/

2. run the code

$ python wgan_keras.py 

3. 100000 steps result

ConditionalGAN

you need to download the dataset (onedrive or baiduyun) named images.zip, then execute the first step——Cloning the repository, and extract and move it in Anime_GAN/ConditionalGAN/.The tag.csv file is dataset label, include hair color and eye color.The test.txt is test label file used to generate test images.

1. Cloning the repository

$ git clone https://github.com/FangYang970206/Anime_GAN.git
$ cd Anime_GAN/ConditionalGAN/

2. run the code

Two mode: train or infer. In infer mode, make sure you have trained the ConditionalGAN.

$ python main.py --mode "train"
$ python main.py --mode "infer"  

3. 55000 steps result

4. GUI

Before run GUI.py, you should train the conditionalGAN to get the generate.t7.

$ python GUI.py

Reference

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].