|
官方:
https://github.com/NVlabs/stylegan2
性别改变
https://mp.weixin.qq.com/s?__biz=MzAwNDI4ODcxNA==&mid=2652254441&idx=1&sn=b7d5c451606674889f0f7098dd24dd7d&chksm=80cca94cb7bb205aa0c190bc54d2d6553e1bd395fed77fb2b228641b1782902335af90cc82f8&mpshare=1&scene=1&srcid=0714ld9ztRYNG0ysFyWlb6mT&sharer_sharetime=1594726892823&sharer_shareid=ab5aa3530015c5ae813227bf34b4fc84&key=ed43ae00844ee3402d93dfe36652d993e2653cade9643e59323199073065d31cb1b89997e2e512ce589ed5e770d300841ce254e91ce47694b5f9e936cc1efcf4ffc08eaf96cac0ffd723bda945a2d18d&ascene=1&uin=MjIzODAyMTI0MA%3D%3D&devicetype=Windows+10+x64&version=62090529&lang=zh_CN&exportkey=AWxCbEHdYrFiptucLo%2B8g7I%3D&pass_ticket=0dmQ6xxvKR32Q2PBZtxThgPd155GXzVeT23x%2Ba%2BC3ptcueNnAPz%2BYulAnIhn07by
https://github.com/clovaai/stargan-v2
人脸修改器,有预训练
https://github.com/tg-bomze/StyleGAN2-Face-Modificator
这个也不错:
https://github.com/justinpinkney/awesome-pretrained-stylegan2
torch,有预训练 789m
https://github.com/rosinality/stylegan2-pytorch
有预训练:
https://github.com/rosasalberto/StyleGAN2-TensorFlow-2.x
能生成,不能编辑表情
https://github.com/manicman1999/StyleGAN2-Tensorflow-2.0
tf版本 tensorflow-gpu== 1.15.0
cuda必须10.0版本
1060能生成图片,不能编辑人脸,内存占用很大
stylegan2,tf平台
https://github.com/a312863063/generators-with-stylegan2
https://github.com/a312863063/seeprettyface-face_editor
pip install tensorflow-gpu==1.15.0 -i https://pypi.tuna.tsinghua.edu.cn/simple/
好像没代码:
https://github.com/EvgenyKashin/stylegan2-distillation
生成花
https://github.com/lucidrains/stylegan2-pytorch |