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
Task: Scene Flow Estimation in Autonomous Driving.
10
11
11
12
🔥 2024/07/02: Check the self-supervised version in our new ECCV'24 [SeFlow](https://github.com/KTH-RPL/SeFlow). The 1st ranking in new leaderboard among self-supervise methods.
12
13
13
-
Pre-trained weights for models are available in [Zenodo](https://zenodo.org/records/12173874) or [Onedrive link](https://hkustconnect-my.sharepoint.com/:f:/g/personal/qzhangcb_connect_ust_hk/Et85xv7IGMRKgqrVeJEVkMoB_vxlcXk6OZUyiPjd4AArIg?e=lqRGhx).
14
+
Pre-trained weights for models are available in [Zenodo](https://zenodo.org/records/12632962) or [Onedrive link](https://hkustconnect-my.sharepoint.com/:f:/g/personal/qzhangcb_connect_ust_hk/Et85xv7IGMRKgqrVeJEVkMoB_vxlcXk6OZUyiPjd4AArIg?e=lqRGhx).
14
15
Check usage in [2. Evaluation](#2-evaluation) or [3. Visualization](#3-visualization).
15
16
16
17
**Scripts** quick view in our scripts:
17
18
18
19
-`dataprocess/extract_*.py` : pre-process data before training to speed up the whole training time.
19
-
[Dataset we included now: Argoverse 2, more on the way: Waymo and Nuscenes, custom data.]
20
+
[Dataset we included now: Argoverse 2 and Waymo, more on the way: Nuscenes, custom data.]
20
21
21
22
-`1_train.py`: Train the model and get model checkpoints. Pls remember to check the config.
To help community benchmarking, we provide our weights including fastflow3d, deflow [Onedrive link](https://hkustconnect-my.sharepoint.com/:f:/g/personal/qzhangcb_connect_ust_hk/Et85xv7IGMRKgqrVeJEVkMoB_vxlcXk6OZUyiPjd4AArIg?e=lqRGhx). These checkpoints also include parameters and status of that epoch inside it. If you are interested in weights of ablation studies, please contact us.
81
+
To help community benchmarking, we provide our weights including fastflow3d, deflow [Zendo](https://zenodo.org/records/12632962).
82
+
These checkpoints also include parameters and status of that epoch inside it. If you are interested in weights of ablation studies, please contact us.
83
+
Note: Please use these weights by following the term of use of the trained dataset (since weights are trained on these datasets) as [Argoverse 2 Term of Use](https://www.argoverse.org/about.html) mentioned: Using it under Non-Commercially (CC BY-NC-SA 4.0).
81
84
82
85
## 2. Evaluation
83
86
@@ -88,7 +91,7 @@ You can view Wandb dashboard for the training and evaluation results or [run/sub
88
91
Since in training, we save all hyper-parameters and model checkpoints, the only thing you need to do is to specify the checkpoint path. Remember to set the data path correctly also.
89
92
```bash
90
93
# downloaded pre-trained weight, or train by yourself
author={Zhang, Qingwen and Yang, Yi and Li, Peizheng and Andersson, Olov and Jensfelt, Patric},
161
+
title={SeFlow: A Self-Supervised Scene Flow Method in Autonomous Driving},
162
+
journal={arXiv preprint arXiv:2407.01702},
163
+
year={2024}
164
+
}
156
165
```
157
166
158
167
This implementation is based on codes from several repositories. Thanks to these authors who kindly open-sourcing their work to the community. Please see our paper reference part to get more information.
And flowlabel data can be downloaded here with ground segmentation by HDMap follow the same style of [ZeroFlow](https://github.com/kylevedder/zeroflow/blob/master/data_prep_scripts/waymo/extract_flow_and_remove_ground.py).
87
+
88
+
You can download the processed map folder here to free yourself downloaded another type of data again:
0 commit comments