betterze / StyleSpace

StyleSpace Analysis: Disentangled Controls for StyleGAN Image Generation
311 stars 34 forks source link

How to get files in npy on own dataset? #11

Closed miibotree closed 2 years ago

miibotree commented 3 years ago

I trained a stylegan2 model on my own dataset. How to get attribute, label, semantic_top_32 files on my own dataset? How data formats are organized?

betterze commented 2 years ago

Sorry for the delay. Please refer to localized-channels to generate semantic_top_32, and attribute specific channels for attribute.

I generate label file manually. It depends on the semantic segmentation model you are using. Please refer to localized-channels step 3 for detail.