We provide some pre-trained models and a inference demo on Google Colab to reproduce the qualitative results in paper. It also includes the command to train the model.
sh scripts/train_OSGA.sh
sh scripts/train_GOGA.sh
sh scripts/inference.sh
This project has not been well cleaned and may contain some redundant files. If you have questions about the codes or our paper, feel free to submit issues or contact with me.
This project heavily depends on the code of NVIDIA StyleGAN v3, hence please follow its licenses.
@inproceedings{Zhang2022GeneralizedOD,
title={Generalized One-shot Domain Adaptation of Generative Adversarial Networks},
author={Zicheng Zhang and Yinglu Liu and Congying Han and Tiande Guo and Ting Yao and Tao Mei},
booktitle={NeurIPS},
year={2022}
}