You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add MAN TruckScenes data processing into codebase (#19)
* docs(truckscene): starting update truckscene dataprocess.
* feat(truckscene): debug-mode for the file, will clean it up.
* feat(truckscenes): finished the version and test successfully.
* !hotfix(pose): the pose save type must be float64! do not astype 32 before you finished the ego_motion compute.
* docs(README): update readme and slurm process script for users .
---------
Co-authored-by: ajinkyakhoche <ajinkyakhoche@users.noreply.github.com>
-**HiMo: High-Speed Objects Motion Compensation in Point Clouds** (SeFlow++)
@@ -102,7 +102,7 @@ If you prefer to build the Docker image by yourself, Check [build-docker-image](
102
102
103
103
## 1. Data Preparation
104
104
105
-
Refer to [dataprocess/README.md](dataprocess/README.md) for dataset download instructions. Currently, we support **Argoverse 2**, **Waymo**, **nuScenes**, **ZOD** and **custom datasets** (more datasets will be added in the future).
105
+
Refer to [dataprocess/README.md](dataprocess/README.md) for dataset download instructions. Currently, we support **Argoverse 2**, **Waymo**, **nuScenes**, [**MAN-TruckScene**](https://github.com/TUMFTM/truckscenes-devkit), [**ZOD**](https://github.com/zenseact/zod) and **custom datasets** (more datasets will be added in the future).
106
106
107
107
After downloading, convert the raw data to `.h5` format for easy training, evaluation, and visualization. Follow the steps in [dataprocess/README.md#process](dataprocess/README.md#process).
108
108
@@ -337,6 +337,12 @@ If you find it useful, please cite our works:
337
337
year={2025},
338
338
journal={arXiv preprint arXiv:2503.00803},
339
339
}
340
+
@article{zhang2025deltaflow,
341
+
title={{DeltaFlow}: An Efficient Multi-frame Scene Flow Estimation Method},
342
+
author={Zhang, Qingwen and Zhu, Xiaomeng and Zhang, Yushan and Cai, Yixi and Andersson, Olov and Jensfelt, Patric},
343
+
year={2025},
344
+
journal={arXiv preprint arXiv:2508.17054},
345
+
}
340
346
```
341
347
342
348
And our excellent collaborators works contributed to this codebase also:
0 commit comments