wwcreator commited on
Commit
5a93b5d
·
verified ·
1 Parent(s): 7ac7a3f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ ## Introduction
6
+ This repository contains the trained weights of SplatFlow for our paper:
7
+ - SplatFlow: Learning Multi-frame Optical Flow via Splatting (IJCV 2024) | [Paper](https://arxiv.org/pdf/2306.08887.pdf) | [Code](https://github.com/wwsource/SplatFlow)
8
+
9
+ ## Citing this Work
10
+
11
+ If you find our repository useful, please consider giving it a star ⭐ and citing our paper in your work:
12
+
13
+ ```bibtex
14
+ @article{wang2024splatflow,
15
+ title={SplatFlow: Learning Multi-frame Optical Flow via Splatting},
16
+ author={Wang, Bo and Zhang, Yifan and Li, Jian and Yu, Yang and Sun, Zhenping and Liu, Li and Hu, Dewen},
17
+ journal={International Journal of Computer Vision},
18
+ pages={1--23},
19
+ year={2024},
20
+ publisher={Springer}
21
+ }
22
+ ```