zeweizhang commited on
Commit
b6c5119
·
verified ·
1 Parent(s): bbea8c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -31,7 +31,7 @@ tags:
31
  </div>
32
  <br>
33
  <div align="center">
34
- <a href="https://arxiv.org/abs/TBD"><img src="https://img.shields.io/badge/arXiv-Preprint-brightgreen.svg" alt="arXiv Preprint"></a>
35
  &nbsp;
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{trajloom,
91
- title={TrajLoom: Dense Future Trajectory Generation from Video},
92
- author={Zewei Zhang and Jia Jun Cheng Xian and Kaiwen Liu and Ming Liang and Hang Chu and Jun Chen and Renjie Liao},
93
- note={arXiv: TBD}
 
 
 
 
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
  &nbsp;
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
  ```