wwcreator commited on
Commit
a556250
·
verified ·
1 Parent(s): 0c7834e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ ## Introduction
6
+ This repository contains the trained weights of SceneTracker for our paper:
7
+ - SceneTracker: Long-term Scene Flow Estimation Network | [Paper](https://arxiv.org/pdf/2403.19924.pdf) | [中文介绍](https://mp.weixin.qq.com/s/XRo605YrAKbQPlQP2dELsg) | [Code](https://github.com/wwsource/SceneTracker)
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{wang2024scenetracker,
15
+ title={SceneTracker: Long-term Scene Flow Estimation Network},
16
+ author={Wang, Bo and Li, Jian and Yu, Yang and Liu, Li and Sun, Zhenping and Hu, Dewen},
17
+ journal={arXiv preprint arXiv:2403.19924},
18
+ year={2024}
19
+ }
20
+ ```