dotchen / LAV

(CVPR 2022) A minimalist, mapless, end-to-end self-driving stack for joint perception, prediction, planning and control.
https://dotchen.github.io/LAV/
Apache License 2.0
397 stars 68 forks source link

gzip: stdin: not in gzip format #34

Closed JianLiMech closed 1 year ago

JianLiMech commented 1 year ago

Hello Dian, Thank you for your great work!

I had a problem when I tried to download and extract the dataset you provided here

I downloaded 2 parts of the copressed file (16GB), and ran zcat LAV-full.gz.* | tar -x and cat LAV-full.gz.* | tar -xz, but it didn't work. The error was:

gzip: LAV-full.gz.ab: not in gzip format

gzip: LAV-full.gz.ac: not in gzip format
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors

Do you know how I should extract the file?