wengzejia1 / Open-VCLIP

104 stars 3 forks source link

Cannot decompress the Kinetics-600 tar.gz file #5

Closed ZMHH-H closed 11 months ago

ZMHH-H commented 11 months ago

Hi, thanks for your great job! I download the K600 validation file via the link provided in the readme file, but some of them can not be decompressed (val.tar.gz.1,val.tar.gz.2,val.tar.gz.3). Could you please check if the files are broken?

wengzejia1 commented 11 months ago

Hi, you can try the following command: "cat val.tar.gz.* >> test.tar.gz" "tar -zxf test.tar.gz"

ZMHH-H commented 11 months ago

thank you, it works