lucidrains / stylegan2-pytorch

Simplest working implementation of Stylegan2, state of the art generative adversarial network, in Pytorch. Enabling everyone to experience disentanglement
https://thispersondoesnotexist.com
MIT License
3.71k stars 586 forks source link

Structure of dataset directory #116

Open hhcs9527 opened 4 years ago

hhcs9527 commented 4 years ago

Hi lucidrains,

Many thanks for your work about stylegan2-pytorch!

I'm trying to apply stylegan2 on image debluring task(GoPro dataset), is there any clue for the structure of dataset directory?

I saw you mentioned AFHQ dataset once in an issue about dog dataset, I guess...the structure is same as it?

Thanks for your answer!

n00mkrad commented 4 years ago

No structure. Just point it to a folder full of PNGs.