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 datasets from custom data from the ProGAN #17

Open navuboy opened 1 year ago

navuboy commented 1 year ago

Hi,

Will I be able to create a custom dataset from a ProGAN model? I have the training results saved as .pkl files. Do I have to save the training results in .hdf5 formats as well before creating the dataset for tileGAN?

Thanks in advance!

afruehstueck commented 1 year ago

You should be able to use your own trained model files by following these steps https://github.com/afruehstueck/tileGAN#using-your-own-datanetwork-optional

navuboy commented 1 year ago

I am facing this ValueError when I try to create a dataset from the ProGAN results (.pkl files) Screenshot from 2022-11-02 09-49-37

After I ran the script: create_dataset.py, it created a folder with pgan2_network.pkl file + pgan2_descriptors.hdf5 files, but no cluster files and kmeans.joblib files