motional / nuplan-devkit

The devkit of the nuPlan dataset.
https://www.nuplan.org
Other
674 stars 129 forks source link

nuplan v1.1 dataset #175

Closed chao-SFD closed 1 year ago

chao-SFD commented 1 year ago

The downloaded file from the newest dataset(nuplan-v1.1) seems to be the old one. The Md5 of nuplan Map in the version v1.1 is the same as the version v1.1, which is not as the page described.

patk-motional commented 1 year ago

Hi @chao-SFD,

Which files exactly did you download?

As for the map, the v1.0 and v.1.1 maps should be the same. Let me see why the md5 is different

chao-SFD commented 1 year ago

Yes,I downloaded the map file in V1.1 dataset. And the md5 is not as described on the download page,but has the same value compared with the map file in V1.0 dataset.

Hi @chao-SFD,

Which files exactly did you download?

As for the map, the v1.0 and v.1.1 maps should be the same. Let me see why the md5 is different

patk-motional commented 1 year ago

So you are only talking about the map, not the db files?

chao-SFD commented 1 year ago

So you are only talking about the map, not the db files?

Yes, I have downloaded the v1.1_mini.zip, the db file seems to be correct. And the downloaded map file name in v1.1 dataset is still "nuplan-maps-v1.0“. So I dont know if the map file should be same or not between v1.0 and v1.1.

patk-motional commented 1 year ago

They should be functionally the same. We uploaded it for completeness' sake. Let me double check if there are any differences that you should be aware of

chao-SFD commented 1 year ago

They should be functionally the same. We uploaded it for completeness' sake. Let me double check if there are any differences that you should be aware of

Thanks, we are looking forward to your reply.

Jeff09 commented 1 year ago

Hi @patk-motional ,

As for the db files, the V1.0 got 72 db files in the mini-dataset, while the V1.1 had only 64 db files in the same mini-dataset. And also the lidar-pc files in the V1.1 mini-dataset is almost half as that in the V1.0. I wonder what has changed and can I still use V1.0 dataset when using nuplan-devkit 1.0 version code? Thanks.

patk-motional commented 1 year ago

@chao-SFD,

Apologies for the late reply. The map hash should both be 71fef4933dba53125d7cee8b1e7e9ca5. We'll update the hash on the website to reflect this.

patk-motional commented 1 year ago

@Jeff09,

We had to filter out a lot of data points with quality from v1.0. This resulted in a smaller dataset size in v1.1.

The short answer is the dataset is backward compatible. You should be able to use dataset v1.0 with the devkit v1.1. However, the data quality and some data annotation may be different between the two dataset versions.