File size: 728 Bytes
a556250 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
license: mit
---
## Introduction
This repository contains the trained weights of SceneTracker for our paper:
- 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)
## Citing this Work
If you find our repository useful, please consider giving it a star ⭐ and citing our paper in your work:
```bibtex
@article{wang2024scenetracker,
title={SceneTracker: Long-term Scene Flow Estimation Network},
author={Wang, Bo and Li, Jian and Yu, Yang and Liu, Li and Sun, Zhenping and Hu, Dewen},
journal={arXiv preprint arXiv:2403.19924},
year={2024}
}
``` |