File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,11 +87,14 @@ python -m tools.create_data nuscenes \
8787 ├── nuscenes_mmdet3d-12Hz
8888 | ├── nuscenes_interp_12Hz_infos_train.pkl
8989 | └── nuscenes_interp_12Hz_infos_val.pkl
90+ ├── nuscenes_mmdet3d-12Hz_description
91+ | ├── nuscenes_interp_12Hz_updated_description_train.pkl
92+ | └── nuscenes_interp_12Hz_updated_description_val.pkl
9093 └── nuscenes_map_aux_12Hz_interp # from interp
9194 ├── train_200x200_12Hz_interp.h5
9295 └── val_200x200_12Hz_interp.h5
9396 ```
94-
97+ > 🌻 You can download the `.pkl` files from [huggingface](https://huggingface.co/datasets/jokester-yxm/DriveArena_data).
9598
9699### nuPlan Dataset
97100
Original file line number Diff line number Diff line change @@ -88,11 +88,14 @@ python -m tools.create_data nuscenes \
8888 ├── nuscenes_mmdet3d-12Hz
8989 | ├── nuscenes_interp_12Hz_infos_train.pkl
9090 | └── nuscenes_interp_12Hz_infos_val.pkl
91+ ├── nuscenes_mmdet3d-12Hz_description
92+ | ├── nuscenes_interp_12Hz_updated_description_train.pkl
93+ | └── nuscenes_interp_12Hz_updated_description_val.pkl
9194 └── nuscenes_map_aux_12Hz_interp # 来自插值
9295 ├── train_200x200_12Hz_interp.h5
9396 └── val_200x200_12Hz_interp.h5
9497 ```
95-
98+ > 🌻 你可以从 [huggingface](https://huggingface.co/datasets/jokester-yxm/DriveArena_data) 下载到`.pkl`文件。
9699### nuPlan 数据集
97100
98101- 为确保训练数据的均匀分布,我们从 NuPlan 数据集中选择了 64 个log。此选择包括在拉斯维加斯记录的 21 个日志、在匹兹堡记录的 21 个日志、在波士顿记录的 11 个日志以及在新加坡记录的 11 个日志。这些日志的名称列在 [ nuplan.yaml] ( ../tools/data_converter/nuplan.yaml ) 中的 ` dreamer_train ` 和 ` dreamer_val ` 分类下。请下载官方的 [ nuPlan 数据集] ( https://www.nuscenes.org/nuplan#download ) 并将文件组织如下:
You can’t perform that action at this time.
0 commit comments