PDillis / stylegan3-fun

Modifications of the official PyTorch implementation of StyleGAN3. Let's easily generate images and videos with StyleGAN2/2-ADA/3!
Other
230 stars 36 forks source link

dataset_tool.py has no output #13

Closed 1378dm closed 2 years ago

1378dm commented 2 years ago

I'm trying to use dataset_tool.py to pack an ARGB image into a dataset, but when the progress bar completes, I don't see any output for the path defined by --dest, can you help me?

1378dm commented 2 years ago

I think I have solved this problem. Anyway, thanks for your help!