Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ tags:
|
|
| 31 |
</div>
|
| 32 |
<br>
|
| 33 |
<div align="center">
|
| 34 |
-
<a href="https://arxiv.org/abs/
|
| 35 |
|
| 36 |
<a href="https://github.com/zewei-Zhang/TrajLoom">
|
| 37 |
<img src="https://img.shields.io/badge/GitHub-Repo-black?logo=github" alt="GitHub repository">
|
|
@@ -39,8 +39,7 @@ tags:
|
|
| 39 |
</div>
|
| 40 |
<p align="center">
|
| 41 |
<em>More details, code, and future training scripts can be found in the
|
| 42 |
-
<a href="https://github.com/zewei-Zhang/TrajLoom">GitHub repository</a>.
|
| 43 |
-
The arXiv link above is a placeholder and can be replaced later.</em>
|
| 44 |
</p>
|
| 45 |
</p>
|
| 46 |
|
|
@@ -87,9 +86,13 @@ Then follow the inference instructions in the GitHub repo:
|
|
| 87 |
|
| 88 |
## Citation
|
| 89 |
```bibtex
|
| 90 |
-
@misc{
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
}
|
| 95 |
```
|
|
|
|
| 31 |
</div>
|
| 32 |
<br>
|
| 33 |
<div align="center">
|
| 34 |
+
<a href="https://arxiv.org/abs/2603.22606"><img src="https://img.shields.io/badge/arXiv-Preprint-brightgreen.svg" alt="arXiv Preprint"></a>
|
| 35 |
|
| 36 |
<a href="https://github.com/zewei-Zhang/TrajLoom">
|
| 37 |
<img src="https://img.shields.io/badge/GitHub-Repo-black?logo=github" alt="GitHub repository">
|
|
|
|
| 39 |
</div>
|
| 40 |
<p align="center">
|
| 41 |
<em>More details, code, and future training scripts can be found in the
|
| 42 |
+
<a href="https://github.com/zewei-Zhang/TrajLoom">GitHub repository</a>.</em>
|
|
|
|
| 43 |
</p>
|
| 44 |
</p>
|
| 45 |
|
|
|
|
| 86 |
|
| 87 |
## Citation
|
| 88 |
```bibtex
|
| 89 |
+
@misc{zhang2026trajloomdensefuturetrajectory,
|
| 90 |
+
title={TrajLoom: Dense Future Trajectory Generation from Video},
|
| 91 |
+
author={Zewei Zhang and Jia Jun Cheng Xian and Kaiwen Liu and Ming Liang and Hang Chu and Jun Chen and Renjie Liao},
|
| 92 |
+
year={2026},
|
| 93 |
+
eprint={2603.22606},
|
| 94 |
+
archivePrefix={arXiv},
|
| 95 |
+
primaryClass={cs.CV},
|
| 96 |
+
url={https://arxiv.org/abs/2603.22606},
|
| 97 |
}
|
| 98 |
```
|