NVlabs / dex-ycb-toolkit

A Python package that provides evaluation and visualization tools for the DexYCB dataset
https://dex-ycb.github.io
GNU General Public License v3.0
145 stars 24 forks source link

Invalid tar magic when unpacking data of subjects 3-5 #13

Open kaufManu opened 2 years ago

kaufManu commented 2 years ago

I've downloaded the individual tar files from the website. I can't untar the files from subjects 3 to 5 completely, but get the following error:

tar -xzvf 20200820-subject-03.tar.gz
...
20200820-subject-03/20200820_144338/839512060362/aligned_depth_to_color_000022.png
tar: invalid tar magic
tar -xzvf 20200903-subject-04.tar.gz
...
20200903-subject-04/20200903_113012/840412060917/aligned_depth_to_color_000047.png
tar: invalid tar magic
tar -xzvf 20200908-subject-05.tar.gz
...
20200908-subject-05/20200908_151833/839512060362/aligned_depth_to_color_000044.png
tar: invalid tar magic

I re-downloaded them several times, but with the same result. Is anyone else experiencing this issue?