IPL-Zero-Shot-Generative-Model-Adaptation icon indicating copy to clipboard operation
IPL-Zero-Shot-Generative-Model-Adaptation copied to clipboard

Pretrained source StyleGAN2 generators

Open jxthyatt opened this issue 1 year ago • 1 comments

你好,请问 1 怎么获得Pretrained source StyleGAN2 generators在我们自己的数据集上? 2 怎么把.pkl转换为.pt?

jxthyatt avatar Dec 01 '23 18:12 jxthyatt

Hi, thanks for your interest in our work!

  1. For StyleGAN2 pretraining on your dataset, this code can be a good reference.
  2. To convert .pkl into .pt, we used this code.

JiayiGuo821 avatar Dec 19 '23 07:12 JiayiGuo821