Skip to content

Commit e4152dd

Browse files
committed
docs(README): update pretrained weight link.
and link to discussion
1 parent 21ee7c5 commit e4152dd

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ DeltaFlow: An Efficient Multi-frame Scene Flow Estimation Method
1010

1111
**News w. TBD**:
1212

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!
1414

1515
- 2025/08/24: I'm updating some codes for early release.
1616
- [x] 2025/08/24: Updating train data augmentation as illustrated in the DeltaFlow paper.
1717
- [x] 2025/08/25: Updating paper preprint link.
1818
- [x] 2025/09/05: Merged the latest commit from OpenSceneFlow codebase to DeltaFlow for afterward unified merged.
1919
- [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).
2122
- [ ] Merged into [OpenSceneFlow](https://github.com/KTH-RPL/OpenSceneFlow), check pull request here: https://github.com/KTH-RPL/OpenSceneFlow/pull/21
2223

2324
## Quick Run
@@ -41,7 +42,16 @@ python train.py model=deltaflow loss_fn=deltaflowLoss batch_size=4 num_frames=5
4142
```
4243
### Evaluation
4344

44-
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):
46+
47+
| Train Dataset | Pretrained ckpt Link |
48+
|:--------:|:--------------:|
49+
| Argoverse 2 | [huggingface](https://huggingface.co/kin-zhang/OpenSceneFlow/resolve/main/deltaflow/deltaflow-av2.ckpt) |
50+
| Waymo Open Dataset | [huggingface](https://huggingface.co/kin-zhang/OpenSceneFlow/resolve/main/deltaflow/deltaflow-waymo.ckpt) |
51+
| nuScenes | [huggingface](https://huggingface.co/kin-zhang/OpenSceneFlow/resolve/main/deltaflow/deltaflow-nus.ckpt) |
52+
53+
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:
4555
```bash
4656
python eval.py checkpoint=${path_to_pretrained_weights} dataset_path=${demo_data_path}
4757
```
@@ -52,7 +62,6 @@ Please refer to the [OpenSceneFlow](https://github.com/KTH-RPL/OpenSceneFlow/tre
5262

5363
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!)
5464

55-
5665
## Cite & Acknowledgements
5766
```
5867
@article{zhang2025deltaflow,

0 commit comments

Comments
 (0)