waymo-open-dataset icon indicating copy to clipboard operation
waymo-open-dataset copied to clipboard

Scripts to batch download and convert the dataset

Open RalphMao opened this issue 4 years ago • 11 comments

I wrote some simple scripts to batch-download dataset segments from google cloud and convert the original tfrecord format to KITTI format. Hope it helps.

RalphMao avatar Mar 19 '20 19:03 RalphMao

Thank you! this is useful.

peisun1115 avatar Mar 19 '20 20:03 peisun1115

Hello. Where do you convert and store the calibration files in your code?

sarimmehdi avatar Mar 23 '20 06:03 sarimmehdi

Hey, never used gsutil before. How is the batch downloading working?

If looking here i need some project id. Whats the project id for the waymo dataset? https://colab.research.google.com/notebooks/io.ipynb#scrollTo=S7c8WYyQdh5i Or do I have to setup a project my own and somehow link the waymo data? Is it free? Just want to batch download the waymo dataset somehow....

Thanks in advance!

Chr1k0 avatar Mar 27 '20 09:03 Chr1k0

AFAIK, you need a Google Cloud account. It won't cost you anything.

peisun1115 avatar Mar 27 '20 16:03 peisun1115

Yeah sure, but creating an own project (id) costs money, or not?

Chr1k0 avatar Mar 27 '20 16:03 Chr1k0

You can try it. I don't think it should

peisun1115 avatar Mar 27 '20 16:03 peisun1115

@Chr1k0 Creating project is not necessary. Just follow this guide: https://cloud.google.com/sdk/docs Install the sdk and run gcloud init, then you will be asked to log into your account. After that you will be free to use gsutil

RalphMao avatar Mar 30 '20 03:03 RalphMao

@sarimmehdi The current code only downloads the image and bounding box labels. I suppose you could extract the calibration data in similar manners?

RalphMao avatar Mar 30 '20 03:03 RalphMao

Yeah sure, but creating an own project (id) costs money, or not?

Similar question. Does that cost money to create a new project in GCP? I would like to download the dataset using gsutil, however, it asks for a project-id, which I think I have to create a project.

HenryJunW avatar May 12 '21 19:05 HenryJunW

@HenryJunW No, it does not cost anything in GCP.

RalphMao avatar May 25 '21 06:05 RalphMao

Hey, just to alert anyone who is downloading this dataset. I get charged with Download Egress cost because I am using gsutil rsync. I logined with my billing account attached.

I contacted support agent and he told me to refer here for charges, scroll up and look for "General network usage".

hongvin avatar Sep 21 '22 11:09 hongvin