-
Notifications
You must be signed in to change notification settings - Fork 349
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
Why I can't download laion400M dataset? #407
Comments
Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
That's a windows problem with escaping the columns Try another terminal |
I have been download meta-data. Is there any problems else?
this is my code:
img2dataset --url_list laion400m-meta --input_format "parquet" --url_col "URL" --caption_col "TEXT" --output_format webdataset --output_folder laion400m-data --processes_count 16 --thread_count 128 --image_size 256 --save_additional_columns '["NSFW","similarity","LICENSE"]' --enable_wandb True
The text was updated successfully, but these errors were encountered: