DATA_PREPROCESS.md
June 9, 2025 · View on GitHub
We provide the dataloader of Ev-Waymo and DSEC-3DOD. For ease of use in future research, we release pre-processed versions of the Waymo and DSEC datasets. Ev-Waymo dataset can be downloaded from the link here. DSEC-3DOD dataset can be downloaded from the link here.
data
├── Ev-Waymo
│ │ │── train.txt
│ │ │── val.txt
│ │ │── segment-xxxxx
│ │ │ ├──raw_events & image_0 & lidar_fov & segment-xxxxx_fov_bbox.pkl & segment-xxxxx_interpolate_fov_bbox.pkl
│ │ │── ...
│ │ │ ├── ...
|
├── DSEC-3DOD
│ │ │── train.txt
│ │ │── val.txt
│ │ │── zurich_city_xxxxx
│ │ │ ├──raw_events & image_0 & lidar_fov & disparity & zurich_city_xxxx_fov_bbox_lidar_check.pkl & zurich_city_xxxx_interpolate_fov_bbox_lidar_check.pkl
│ │ │── ...
│ │ │ ├── ...
|
Generate the event voxel grid by running the following command:
- Ev-Waymo
python voxel_generate_waymo.py --dataset_dir ./WAYMO_ROOT
- DSEC-3DOD
python voxel_generate_dsec.py --dataset_dir ./DSEC_ROOT