Dataset Viewer
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Pretrained Checkpoints
Released checkpoints can be downloaded from Hugging Face and placed under:
metadata/checkpoints/
├── waymo
│ ├── vae
│ │ └── last.ckpt
│ ├── ldm
│ │ ├── diffusion
│ │ │ └── last.ckpt
│ │ ├── flow
│ │ │ └── last.ckpt
│ │ └── meanflow
│ │ └── last.ckpt
│ └── delta_sim
│ └── last.ckpt
└── nuplan
├── vae
│ └── last.ckpt
└── ldm
├── diffusion
│ └── last.ckpt
├── flow
│ └── last.ckpt
└── meanflow
└── last.ckpt
Datasets
VectorWorld currently supports:
- Waymo Open Motion Dataset v1.1.0
- nuPlan
Raw-data conversion
Before VectorWorld preprocessing, the raw datasets should first be converted into extracted scenario files. We follow the Scenario Dreamer-style preprocessing pipeline:
- Waymo conversion script: generate_waymo_dataset.py
- nuPlan conversion script: generate_nuplan_dataset.py
In this repository, the corresponding extraction entry points are:
scripts/extract_waymo_data.shscripts/extract_nuplan_data.sh
Repository preprocessing scripts
The main preprocessing scripts are:
scripts/preprocess_waymo.shscripts/preprocess_nuplan.shscripts/preprocess_deltasim_waymo.sh
- Downloads last month
- 2,854