Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About ffhq dataset download #46

Open
Freedomcls opened this issue Jul 24, 2022 · 1 comment
Open

About ffhq dataset download #46

Freedomcls opened this issue Jul 24, 2022 · 1 comment

Comments

@Freedomcls
Copy link

Excuse me, I meet the problem in pre-data because I find the ffhq dataset is so big to download. Then I directly download the thumbnails128x128 from Google drive, but it also seems to need json files when it runs. I also download the json, but I dont know how to merge the thumbnails and the json. Could you give me some suggestions or tell me how to get the data correctly? Looking forward to your reply.

@povolann
Copy link

I managed to get the data like this: NVlabs/ffhq-dataset#3 (don't forget to change/download the new download_ffhq.py file so you can use the --pydrive and --cmd_auth flags) and then I changed the line
cmd = "python download_ffhq.py --wilds"
for
cmd = "python3 download_ffhq.py -i --pydrive --cmd_auth"
in runme.py file (depends on you if you want to keep the -i flag or --wilds flag).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants