Yongxin-Guo
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,14 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
Please refer to [GitHub repo](https://github.com/gyxxyg/VTG-LLM) for details.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
Please refer to [GitHub repo](https://github.com/gyxxyg/VTG-LLM) for details.
|
6 |
+
|
7 |
+
## citation
|
8 |
+
```
|
9 |
+
@article{guo2024vtg,
|
10 |
+
title={VTG-LLM: Integrating Timestamp Knowledge into Video LLMs for Enhanced Video Temporal Grounding},
|
11 |
+
author={Guo, Yongxin and Liu, Jingyu and Li, Mingda and Tang, Xiaoying and Chen, Xi and Zhao, Bo},
|
12 |
+
journal={arXiv preprint arXiv:2405.13382},
|
13 |
+
year={2024}
|
14 |
+
}
|
15 |
+
```
|