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
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,15 @@ DeltaFlow: An Efficient Multi-frame Scene Flow Estimation Method
10
10
11
11
**News w. TBD**:
12
12
13
-
Note (2025/09/18): We got accepted by NeurIPS 2025 and it's **spotlighted**! 🎉🎉🎉 Working on release the code here.
13
+
Note (2025/09/18): We got accepted by NeurIPS 2025 and it's **spotlighted**! 🎉🎉🎉 The code are ready to play, enjoy!
14
14
15
15
- 2025/08/24: I'm updating some codes for early release.
16
16
-[x] 2025/08/24: Updating train data augmentation as illustrated in the DeltaFlow paper.
17
17
-[x] 2025/08/25: Updating paper preprint link.
18
18
-[x] 2025/09/05: Merged the latest commit from OpenSceneFlow codebase to DeltaFlow for afterward unified merged.
19
19
-[x] 2025/09/25: DeltaFlow Model file, config file and loss function. Update quick training example.
20
-
-[ ] pre-trained weights upload. Trying hard to find which one I used as tooo many ckpt files in my disk...
20
+
-[x] 2025/09/29: Pre-trained weights for Argoverse 2, Waymo, nuScenes. _Contact me if any issue (e.g., ask for delete ckpt as privacy concern etc)._ These models are provided for research and reproducibility purposes only.
21
+
-[ ] Public review comments for readers to refer to future improvement/directions etc. Refer discussion [here](https://github.com/Kin-Zhang/DeltaFlow/discussions/2).
21
22
-[ ] Merged into [OpenSceneFlow](https://github.com/KTH-RPL/OpenSceneFlow), check pull request here: https://github.com/KTH-RPL/OpenSceneFlow/pull/21
I will provide the pre-trained weights soon. Then you can run the evaluation with the following command:
45
+
Here is the pretrained weights link table for different training datasets (Note that these models are only used for research and reproducibility purposes only please follow the dataset license and privacy rules to use them):
Please check the local evaluation result (raw terminal output screenshot) in [this discussion thread](https://github.com/Kin-Zhang/DeltaFlow/discussions/1#discussion-8791273).
54
+
You can also run the evaluation by yourself with the following command with trained weights:
@@ -52,7 +62,6 @@ Please refer to the [OpenSceneFlow](https://github.com/KTH-RPL/OpenSceneFlow/tre
52
62
53
63
While I will update a unified visualization script for OpenSceneFlow to quickly save all window views as images at the same view and same time etc. (Free us from qualitative figure making work!)
0 commit comments