# face_gan_styleGan **Repository Path**: numerical_aggregation_research/face_gan_styleGan ## Basic Information - **Project Name**: face_gan_styleGan - **Description**: 人脸生成,styleGan - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-24 - **Last Updated**: 2024-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stylegan-encoder-master 特纳综合征面部治疗效果生成-GAN SytleGAN相关资料 https://github.com/Puzer/stylegan-encoder http://www.seeprettyface.com/research_notes.html 运行需要安装cuda9+cudnn7、python3.x、以及相关的工具包 安装教程在teambition/分享 【资料】win10教育版配置GPU 安装之前检查自己电脑的GPU是否支持 运行程序之前需建立cache文件夹,并放入下载好的karras2019stylegan-ffhq-1024x1024.pkl 在运行文件中,准备三个文件夹,分别为aligned_images、generated_images、latent_representations、raw_images raw_images : 原始图片 aligned_images:预处理后的图片 generated_images:重构后的图片 latent_representations:图片生成码文件 运行顺序: align_images.py generator_model.py G.py