video2dataset icon indicating copy to clipboard operation
video2dataset copied to clipboard

HTTPSConnectionPool(host='ak.picdn.net', port=443): Read timed out.

Open linhaojia13 opened this issue 10 months ago • 1 comments

I run this commad:

video2dataset --url_list="results_2M_train.csv" \
        --input_format="csv" \
        --output-format="webdataset" \
	--output_folder="test" \
        --url_col="contentUrl" \
        --caption_col="name" \
        --save_additional_columns='[videoid,page_idx,page_dir,duration]' \
        --enable_wandb=False \
	--config=default \

At first, the download process went smoothly, and I successfully downloaded 96 .tar files, totaling about 200GB. Then, error messages started appearing.

HTTPSConnectionPool(host='ak.picdn.net', port=443): Read timed out.

I switched to a different computer and attempted to download again, but encountered the same errors after downloading around 200GB. Could this be due to a download limit imposed by the video source website? How should I resolve this issue?

linhaojia13 avatar Apr 18 '24 07:04 linhaojia13

I'm encountering the same problem. Have you already resolved this issue?

EchoDreamer avatar Aug 30 '24 03:08 EchoDreamer