This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
crawl images: | |
pip install img2dataset==1.11.0 | |
img2dataset --url_list cc3m.tsv\ | |
--output_folder cc3m-img --input_format "tsv"\ | |
--url_col "url" --caption_col "caption"\ | |
--output_format files --resize_mode=no\ | |
--processes_count 10 --thread_count 64 --number_sample_per_shard 2000\ | |
--enable_wandb True --save_metadata False |