We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I ran python download.py -i 1 -r 5 -z based on https://huggingface.co/datasets/poloclub/diffusiondb#downloading-to-a-specific-directory. It downloaded the five zip files as images/part-00000<N>.zip. However, the unzipped images were all in the current directory. Shouldn't they be created in five separate subdirectories? Otherwise, you end up with a single directory with 2M files. https://huggingface.co/datasets/poloclub/diffusiondb says "The 2 million images in DiffusionDB 2M are split into 2,000 folders", and dowload.py is not implementing that intent.
python download.py -i 1 -r 5 -z
images/part-00000<N>.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran
python download.py -i 1 -r 5 -z
based on https://huggingface.co/datasets/poloclub/diffusiondb#downloading-to-a-specific-directory. It downloaded the five zip files asimages/part-00000<N>.zip
. However, the unzipped images were all in the current directory. Shouldn't they be created in five separate subdirectories? Otherwise, you end up with a single directory with 2M files. https://huggingface.co/datasets/poloclub/diffusiondb says "The 2 million images in DiffusionDB 2M are split into 2,000 folders", and dowload.py is not implementing that intent.The text was updated successfully, but these errors were encountered: