royorel / FFHQ-Aging-Dataset

FFHQ-Aging Dataset
Other
261 stars 25 forks source link

/ 0.00% done processed 1/2 files downloaded 0.00/0.25 GB 0.00 B/s ETA: ... #13

Open zhangzhili1112 opened 3 years ago

zhangzhili1112 commented 3 years ago

I keep getting this when I download the dataset

royorel commented 3 years ago

@zhangzhili1112

That's the stage where the script tries to download the FFHQ json file. The fact that the download rate is 0 is due to connection issues that are not related to the script

zhangzhili1112 commented 3 years ago

@royorel Can I download the dataset first and then process it according to your code, because I'm having a hard time downloading the dataset directly using download_ffhq_aging.py

royorel commented 3 years ago

You can do that, but you will need to download the in-the-wild version of FFHQ because we use different crop sizes. You will also need to slightly change download_ffhq_aging.py to handle the case where the dataset already exists.

zhangzhili1112 commented 3 years ago

@royorel Thank you for your reply

yyy7124 commented 2 years ago

@royorel Thank you for your reply

@royorel Can I download the dataset first and then process it according to your code, because I'm having a hard time downloading the dataset directly using download_ffhq_aging.py Sorry to bother you, did you modify it successfully? Is it convenient to share the code?