XingangPan / GAN2Shape

Code for GAN2Shape (ICLR2021 oral)
https://arxiv.org/abs/2011.00844
MIT License
575 stars 101 forks source link

how to get stylegan2 pytorch checkpoints #36

Open kekqiu opened 2 years ago

kekqiu commented 2 years ago

I have trained a new pkl,but i do not know how to use in your model

XingangPan commented 2 years ago

@kekqiu You may use this repo to transfer .pkl to pytorch weights: https://github.com/rosinality/stylegan2-pytorch

kekqiu commented 2 years ago

Thanks!