mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-04 01:50:47 +00:00
7 lines
302 B
Bash
7 lines
302 B
Bash
#!/bin/bash
|
|
|
|
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 224 \
|
|
--enable_wandb True
|