autonomousvision / stylegan-xl

[SIGGRAPH'22] StyleGAN-XL: Scaling StyleGAN to Large Diverse Datasets
MIT License
961 stars 113 forks source link

imagenet #72

Closed Youzebin closed 2 years ago

Youzebin commented 2 years ago

Can you provide the code to handle Imagenet? Why do you mainly test imagenet but do not provide code to process imagenet data? I have some confusion in processing Imagenet, for example, there are some grayscale images in Imagenet, and when I use dataset_tool, it will report an error, should I change the grayscale images to RGB images in this case? Expecting to read 65536 bytes but only got 1078. skipping tag 3. Does anyone have access to imagenet?

woctezuma commented 2 years ago

Related: