给定的数据都是在driver.google上的,也有人传到百度云上了,可见:https://blog.csdn.net/DLW__/article/details/104173057
1.styleGAN-encoder
1)
这个是styleGAN-encoder中使用的karras2019stylegan-ffhq-1024x1024.pkl模型(各个人种都有,但黄种人脸偏少,1024x1024)
https://drive.google.com/uc?id=1MEGjdvVpUsu1jB4zrXZN7Y4kBBOzizDQ
百度网盘:https://pan.baidu.com/s/1ujItgpnHSw14Fw8I3Ai7Jw 提取码:ossw
2)
一位中国研究生,从FFHQ人脸数据集中筛选了一些黄种人脸进行训练,生成了黄种人的人脸模型(1024x1204):generator_yellow.pkl
百度网盘:https://pan.baidu.com/s/18cpaM6wJg4ozmwlFNY21kw 提取码:fx23
3)
使用到的perceptual model,vgg16_zhang_perceptual.pkl
https://drive.google.com/uc?id=1N2-m9qszOeVC9Tq77WxsLnuWwOedQiD2
https://pan.baidu.com/s/1vP6NM9-w4s3Cy6l4T7QpbQ 提取码: 5qkp
4)
对齐人脸需要的
http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2
5)
这个是训练latent space 的latent direction(Learn_direction_in_latent_space)时可以使用的styleGAN FFHQ数据集
'https://drive.google.com/uc?id=1xMM3AFq0r014IIhBLiMCjKJJvbhLUQ9t'
对应的百度云为,名字为latent_training_data.pkl:
https://pan.baidu.com/s/1oBs7ayqr_lurywRdFYeU4g 提取码: 1926
相关的编辑direction可见:https://github.com/a312863063/seeprettyface-face_editor
2.styleGAN2
1)
预训练模型stylegan2-ffhq-config-f.pkl
http://d36zk2xti64re0.cloudfront.net/stylegan2/networks/stylegan2-ffhq-config-f.pkl
百度网盘: https://pan.baidu.com/s/1_cRyamHP_Amj0srCbiB5_g 提取码: cnby
相关的编辑direction以及不同种类的预训练模型可见https://github.com/a312863063/generators-with-stylegan2对应的networks下的说明