| license: mit | |
| ## Introduction | |
| This repository contains the trained weights of SplatFlow for our paper: | |
| - SplatFlow: Learning Multi-frame Optical Flow via Splatting (IJCV 2024) | [Paper](https://arxiv.org/pdf/2306.08887.pdf) | [Code](https://github.com/wwsource/SplatFlow) | |
| ## Citing this Work | |
| If you find our repository useful, please consider giving it a star ⭐ and citing our paper in your work: | |
| ```bibtex | |
| @article{wang2024splatflow, | |
| title={SplatFlow: Learning Multi-frame Optical Flow via Splatting}, | |
| author={Wang, Bo and Zhang, Yifan and Li, Jian and Yu, Yang and Sun, Zhenping and Liu, Li and Hu, Dewen}, | |
| journal={International Journal of Computer Vision}, | |
| pages={1--23}, | |
| year={2024}, | |
| publisher={Springer} | |
| } | |
| ``` |