Merge pull request #329 from Sypherd/main

Update image download size
This commit is contained in:
ZhuDeyao 2023-09-17 22:53:46 +03:00 committed by GitHub
commit ef1ac08ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
img2dataset --url_list ccs_synthetic_filtered_large.tsv --input_format "tsv"\
--url_col "url" --caption_col "caption" --output_format webdataset\
--output_folder cc_sbu_dataset --processes_count 16 --thread_count 128 --image_size 256 \
--output_folder cc_sbu_dataset --processes_count 16 --thread_count 128 --image_size 224 \
--enable_wandb True

View File

@ -2,5 +2,5 @@
img2dataset --url_list laion_synthetic_filtered_large.tsv --input_format "tsv"\
--url_col "url" --caption_col "caption" --output_format webdataset\
--output_folder laion_dataset --processes_count 16 --thread_count 128 --image_size 256 \
--output_folder laion_dataset --processes_count 16 --thread_count 128 --image_size 224 \
--enable_wandb True