afruehstueck / tileGAN

Code for TileGAN: Synthesis of Large-Scale Non-Homogeneous Textures (SIGGRAPH 2019)
GNU General Public License v3.0
222 stars 19 forks source link

Creating custom dataset from stylegan2-ada trained models #16

Closed navuboy closed 1 year ago

navuboy commented 1 year ago

Hi, will I be able to create a custom dataset from a stylegan2-ada trained model? I have the training results (from the stylegan2-ada) are saved as .pkl files.

afruehstueck commented 1 year ago

Are you talking about the Tensorflow version of StyleGAN2-ADA? You would need to make some changes to the tileGAN code, because the network architecture is quite different. It is doable, we had some preliminary results for tileGAN on StyleGAN, but they are not compatible with this codebase.