使用GAN生成新的游戏角色

摘要

Generative Adversarial Networks(简称GAN),中文名叫生成对抗网络。我们将使用它,来生成新的阴阳师角色。

image1
image1

依赖 (pip install)

cv2
tensorflow( >=1.0)
scipy
numpy

使用方法

cd yysGAN
python yysGAN.py

5000次迭代训练结果

image2
image2

了解更多GAN的知识

Generative Adversarial Networks.ipynb


参考资料

  1. Siraj Raval
  2. moxiegushi/pokeGAN

项目地址

https://github.com/kuhung/yysGAN

定制你的GAN图片生成器

# 拆包即用,修改input下文件,改为对应的jpg素材即可。