Skip to content

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

Description

@MaekTec

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 -

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions