elttaes / DCGAN

This is a wonderful usage for GAN for drawing animation people

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCGAN

This is an interesting application for DCGAN in animation people drawing

Result show

Training data examples:
avatar avatar avatar avatar avatar avatar avatar avatar

Results after 300 epoches:
avatar

Training data download

Link:https://pan.baidu.com/s/1gg3eF2V psw:pf32
extract it under the data folder then you could use it for training

Train Model

python main.py --input_height 96 --input_width 96 --output_height 48 --output_width 48 --dataset anime --crop --train --epoch 300

Test Model

python main.py --input_height 96 --input_width 96 --output_height 48 --output_width 48 --dataset anime --crop

About

This is a wonderful usage for GAN for drawing animation people


Languages

Language:Python 100.0%