leolyliu / HOI4D-Instructions

The official instructions of HOI4D dataset.
MIT License
52 stars 7 forks source link

Error when trying to decompress depth videos #18

Closed HaoyiZhu closed 10 months ago

HaoyiZhu commented 10 months ago

Hi, when I want to decompress the depth video files using tar -xvf HOI4D_depth_video.tar.gz1, it gives out the following error:

tar: 它似乎不像是一个 tar 归档文件
tar: 跳转到下一个头
tar: 归档包含 “\033_\216\f\023\373<S\364\3604\034” 而需要数字值 off_t
tar: 归档包含 “\346\305m\264\276,\262!” 而需要数字值 mode_t
tar: 归档包含 “bOG\346@^\177\002\371\033r[” 而需要数字值 time_t
tar: 归档包含 “\267|\250\357\351\362\276\336” 而需要数字值 uid_t
tar: 归档包含 “^\3576\316\036\313t\316” 而需要数字值 gid_t
\321\t\237\211v\335R\277\360f2@\331=\nW\265\357\002b\210\024\2208R\225\252\217\257B7\302
tar: \321\t\237\211v\335R\277\360f2@\331=\nW\265\357\002b\210\024\2208R\225\252\217\257B7\302:未知的文件类型“�”,作为普通文件展开
tar: �  ��v�R��f2@�=
W��b��8R����B7�:不可信的旧时间戳 1970-01-01 07:59:59
tar: 跳转到下一个头
devinli123 commented 5 months ago

Do you know how to solve it. Thanks!

HaoyiZhu commented 5 months ago

You should cat all files together before tar

devinli123 commented 5 months ago

Thank you so much!