給定的數據都是在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下的說明