Skip to content

Commit

Permalink
Merge pull request #329 from Sypherd/main
Browse files Browse the repository at this point in the history
Update image download size
  • Loading branch information
TsuTikgiau authored Sep 17, 2023
2 parents ea0b263 + 43fb425 commit ef1ac08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataset/download_cc_sbu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion dataset/download_laion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ef1ac08

Please sign in to comment.