PREPARE_DATA.md
September 29, 2025 · View on GitHub
Waymo
- We download the dataset following the instruction of NeuralSim.
KITTI
- Please download
raw_dataand from KITTI website. - We use
syncdataset (10 Hz IMU), we upload the processed IMU data on huggingface. - Download the data and list them as below:
├── metadata ├── image_00 │ └── data ├── image_01 │ └── data ├── image_02 │ ├── data ├── image_03 │ └── data └── oxts └── data
KITTI360
- Please download
raw_dataand from KITTI360 website. - We use
unsyncdataset (100 Hz IMU), c2i is calibrated using openvins, The c2i and intrinsic are same (You can find them in our configs), we upload the processed IMU data on huggingface and put it tometadata. - Download the data and list them as below:
├── metadata ├── image_00 │ └── data_rgb ├── image_01 │ └── data_rgb └── oxts └── data
Self-Collected
- We will upload the data we collected ourselves after we have blurred out faces and license plates.