img2dataset icon indicating copy to clipboard operation
img2dataset copied to clipboard

Downloading cc3m with some wrong

Open Joah-Ken opened this issue 2 years ago • 1 comments

when I enter the command: img2dataset --url_list cc3m.tsv --input_format "tsv"
--url_col "url" --caption_col "caption" --output_format webdataset
--output_folder cc3m --processes_count 16 --thread_count 64 --image_size 256
--enable_wandb True

it show as follows: raise UsageError("api_key not configured (no-tty). call " + directive) wandb.errors.UsageError: api_key not configured (no-tty). call wandb.login(key=[your_api_key])

when the program finished, it gives the result like this: BrokenPipeError: [Errno 32] Broken pipe

so I don't know if the datasets are downloaded integrally.Wish for solutions!

Joah-Ken avatar Feb 11 '23 08:02 Joah-Ken

You need to run wandb login first if you want to use wandb.

On Sat, Feb 11, 2023, 09:58 John Kieron @.***> wrote:

when I enter the command: img2dataset --url_list cc3m.tsv --input_format "tsv" --url_col "url" --caption_col "caption" --output_format webdataset --output_folder cc3m --processes_count 16 --thread_count 64 --image_size 256 --enable_wandb True

it show as follows: raise UsageError("api_key not configured (no-tty). call " + directive) wandb.errors.UsageError: api_key not configured (no-tty). call wandb.login(key=[your_api_key])

when the program finished, it gives the result like this: BrokenPipeError: [Errno 32] Broken pipe

— Reply to this email directly, view it on GitHub https://github.com/rom1504/img2dataset/issues/278, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAR437QYAQGLQ3UIZ7HC2P3WW5IENANCNFSM6AAAAAAUYSYP4Y . You are receiving this because you are subscribed to this thread.Message ID: @.***>

rom1504 avatar Feb 11 '23 16:02 rom1504