0
votes

I passed on my experimental datasets to the cloud server, and the dataset is a compressed package in .tar.gz format, so I tried to use the following command to decompress the dataset:

tar -zxvf mpii_human_pose_v1.tar.gz

but it reported the following errors:

gzip: stdin: invalid compressed data--format violated tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now

[![errors][1]][1][1]: https://i.stack.imgur.com/7be1l.png

Besides, I can successfully decompress dataset on Windows.