Vision-CAIR
commited on
Commit
•
8b2c356
1
Parent(s):
908e69d
Update README.md
Browse files
README.md
CHANGED
@@ -124,14 +124,13 @@ with torch.inference_mode():
|
|
124 |
pred = tokenizer.batch_decode(output_ids, skip_special_tokens=True)[0].strip()
|
125 |
```
|
126 |
|
|
|
|
|
127 |
```
|
128 |
-
@
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
primaryClass={cs.CV},
|
135 |
-
url={https://arxiv.org/abs/2410.17434},
|
136 |
-
}
|
137 |
```
|
|
|
124 |
pred = tokenizer.batch_decode(output_ids, skip_special_tokens=True)[0].strip()
|
125 |
```
|
126 |
|
127 |
+
# Citation
|
128 |
+
|
129 |
```
|
130 |
+
@article{shen2024longvu,
|
131 |
+
title={LongVU: Spatiotemporal Adaptive Compression for Long Video-Language Understanding},
|
132 |
+
author={Shen, Xiaoqian and Xiong, Yunyang and Zhao, Changsheng and Wu, Lemeng and Chen, Jun and Zhu, Chenchen and Liu, Zechun and Xiao, Fanyi and Varadarajan, Balakrishnan and Bordes, Florian and Liu, Zhuang and Xu, Hu and J. Kim, Hyunwoo and Soran, Bilge and Krishnamoorthi, Raghuraman and Elhoseiny, Mohamed and Chandra, Vikas},
|
133 |
+
journal={arXiv:2410.17434},
|
134 |
+
year={2024}
|
135 |
+
}
|
|
|
|
|
|
|
136 |
```
|