使用GAN生成新的游戏角色 摘要 Generative Adversarial Networks(简称GAN),中文名叫生成对抗网络。我们将使用它,来生成新的游戏角色。 依赖 (pip install) cv2 tensorflow( >=1.0) scipy numpy 使用方法 cd yysGAN python yysGAN.py 训练结果 定制你的GAN图片生成模型 # 修改input下文件,改为你的jpg素材即可。 了解更多GAN的知识 Generative Adversarial Networks.ipynb 参考资料 Siraj Raval moxiegushi/pokeGAN