Thank you for your excellent work!
I’d like to use your training set for long video understanding research. However, after downloading all tar.gz.part_a* files, I encountered an issue when trying to extract them. I first concatenated the parts using:
cat train_videos.tar.gz.part_a* > train_videos.tar.gz
Then I attempted to extract with:
tar -zxvf train_videos.tar.gz
But received the following error:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
I’ve also verified that the SHA256 checksums of all parts match those listed on HuggingFace.
Could you please confirm whether I missed any steps? If not, would you mind checking the integrity of the train_videos archive on your end?
I’d greatly appreciate your timely assistance.
Thank you for your excellent work!
I’d like to use your training set for long video understanding research. However, after downloading all tar.gz.part_a* files, I encountered an issue when trying to extract them. I first concatenated the parts using:
Then I attempted to extract with:
But received the following error:
I’ve also verified that the SHA256 checksums of all parts match those listed on HuggingFace.
Could you please confirm whether I missed any steps? If not, would you mind checking the integrity of the train_videos archive on your end?
I’d greatly appreciate your timely assistance.