# yysGAN **Repository Path**: KALI666/yysGAN ## Basic Information - **Project Name**: yysGAN - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用GAN生成新的游戏角色 ## 摘要 Generative Adversarial Networks(简称GAN),中文名叫生成对抗网络。我们将使用它,来生成新的游戏角色。 ## 依赖 (pip install) ``` cv2 tensorflow( >=1.0) scipy numpy ``` ## 使用方法 ``` cd yysGAN python yysGAN.py ``` ## 训练结果 ![image1](https://github.com/kuhung/yysGAN/raw/master/output/epoch4950.jpg) ## 定制你的GAN图片生成模型 ``` # 修改input下文件,改为你的jpg素材即可。 ``` ## 了解更多GAN的知识 [Generative Adversarial Networks.ipynb](https://github.com/kuhung/yysGAN/blob/master/Generative%20Adversarial%20Networks.ipynb) ## 参考资料 1. [Siraj Raval](https://youtu.be/yz6dNf7X7SA) 2. [moxiegushi/pokeGAN](https://github.com/moxiegushi/pokeGAN)