このリポジトリは以下の論文の非公式かつ部分的な実装です。 This repository is an informal and partial implementation of the following paper. Abdal, R., Qin, Y., & Wonka, P. (2019). Image2StyleGAN: How to Embed Images Into the StyleGAN Latent Space? Retrieved from http://arxiv.org/abs/1904.03189↩ Abdal, R., Qin, Y., & Wonka, P. (2019). Image2StyleGAN++: How to Edit the Embedded Images? Retrieved from http://arxiv.org/abs/1911.11544↩ Yang, C., Lim, S.-N., & Ai, F. (2019). Unconstrained Facial Expression Transfer using Style-based Generator. https://arxiv.org/abs/1912.06253↩ Shen, Y., Gu, J., Tang, X., & Zhou, B. (2019). Interpreting the Latent Space of GANs for Semantic Face Editing. Retrieved from http://arxiv.org/abs/1907.10786↩ またこのコードはStyleGANの公式実装を使用しています。 This code uses the official implementation of StyleGAN. https://github.com/NVlabs/stylegan さらにpretrainedモデルをtensorflowからpytorchに移植する際、以下のリポジトリ内のコードを使用しています。 And, when porting the pretrained model from tensorflow to pytorch, the code in the following repository is used. https://github.com/lernapparat/lernapparat 実行方法は.ipynbファイルを見てください See ipynb file for execution method 詳しくは以下のqiita記事を参照してください See the following qiita article for details https://qiita.com/pacifinapacific/items/1d6cca0ff4060e12d336