Skip to content

How to unzip the Waymo mini dataset from Google Drive? #31

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MaekTec opened this issue Mar 7, 2025 · 0 comments
Open

How to unzip the Waymo mini dataset from Google Drive? #31

MaekTec opened this issue Mar 7, 2025 · 0 comments

Comments

@MaekTec
Copy link

MaekTec commented Mar 7, 2025

Hi, I cannot unzip the files:

markus@computer:~/datasets/waymo$ cat training.tar.gz* | tar -xzv

gzip: stdin: not in gzip format
tar: Child died with signal 13
tar: Error is not recoverable: exiting now

Concatenation and extracting also does not work:

markus@computer:~/datasets/waymo$ cat training.tar.gz-* > full_archive.tar.gz
markus@computer:~/datasets/waymo$  tar xzvf full_archive.tar.gz 

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

It looks like the files are PGP-encrypted archives, not standard .tar.gz files. Can you share the key?

markus@computer:~/datasets/waymo$ file training.tar.gz-001.af
training.tar.gz-001.af: PGP Secret Sub-key -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant