└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # SplatFlow3D 2 | This repository contains the source code for our scene flow estimation work. 3 | 4 | ## News 5 | - The code is coming soon! 6 | - The paper is coming soon! 7 | - Our method ranked **first** on the leaderboard of [Spring](https://spring-benchmark.org/sceneflow) Scene Flow. 8 | - Our method ranked **first** on the leaderboard of [KITTI](https://www.cvlibs.net/datasets/kitti/eval_scene_flow.php) Scene Flow. 9 | 10 | ## Acknowledgments 11 | 12 | SplatFlow: Learning Multi-frame Optical Flow via Splatting (IJCV 2024) | [Paper](https://arxiv.org/pdf/2306.08887.pdf) | [Code](https://github.com/wwsource/SplatFlow) 13 | --------------------------------------------------------------------------------