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
Copy file name to clipboardExpand all lines: README.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ SeFlow: A Self-Supervised Scene Flow Method in Autonomous Driving
6
6
[poster comming soon]
7
7
[video coming soon]
8
8
9
-
2024/07/07 13:45: I'm working on updating code here now. **Not fully ready yet** until Jul'15.
9
+
2024/07/09 16:34: I'm working on updating code here now. **Not fully ready yet** until Jul'15.
10
10
11
11
Pre-trained weights for models are available in [Zenodo](https://zenodo.org/records/12632962) link. Check usage in [2. Evaluation](#2-evaluation) or [3. Visualization](#3-visualization).
12
12
13
-
Task: __Self-Supervised__ Scene Flow Estimation in Autonomous Driving.
13
+
Task: __Self-Supervised__ Scene Flow Estimation in Autonomous Driving. No human-label needed. Real-time inference (15-20Hz in RTX3090).
14
14
15
-
We directly follow our previous work [code structure](https://github.com/KTH-RPL/DeFlow), so you may want to start from the easier one with supervised learning first: Try our [DeFlow](https://github.com/KTH-RPL/DeFlow). Then you will find this is simple to you (things about how to train under self-supervised). Here are **Scripts** quick view in this repo:
15
+
We directly follow our previous work [code structure](https://github.com/KTH-RPL/DeFlow), so you may want to start from the easier one with supervised learning first: Try [DeFlow](https://github.com/KTH-RPL/DeFlow). Then you will find this is simple to you (things about how to train under self-supervised). Here are **Scripts** quick view in this repo:
16
16
17
17
-`dataprocess/extract_*.py` : pre-process data before training to speed up the whole training time.
18
18
[Dataset we included now: Argoverse 2 and Waymo. more on the way: Nuscenes, custom data.]
@@ -25,6 +25,19 @@ We directly follow our previous work [code structure](https://github.com/KTH-RPL
25
25
26
26
-`3_vis.py` : For visualization of the results with a video.
27
27
28
+
<details> <summary>🎁 <b>One repository, All methods!</b> </summary>
29
+
<!-- <br> -->
30
+
You can try following methods in our code without any effort to make your own benchmark.
-[x][ZeroFlow](https://arxiv.org/abs/2305.10424): ICLR 2024, their pre-trained weight can covert into our format easily through [the script](TODO).
36
+
-[ ][NSFP](https://arxiv.org/abs/2111.01253): NeurIPS 2021, faster 3x than original version because of [our CUDA speed up](assets/cuda/README.md), same (slightly better) performance. Done coding, public after review.
37
+
-[ ][FastNSF](https://arxiv.org/abs/2304.09121): ICCV 2023. Done coding, public after review.
0 commit comments