Vision-CAIR commited on
Commit
8b2c356
1 Parent(s): 908e69d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
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
- @misc{shen2024longvuspatiotemporaladaptivecompression,
129
- title={LongVU: Spatiotemporal Adaptive Compression for Long Video-Language Understanding},
130
- author={Xiaoqian Shen and Yunyang Xiong and Changsheng Zhao and Lemeng Wu and Jun Chen and Chenchen Zhu and Zechun Liu and Fanyi Xiao and Balakrishnan Varadarajan and Florian Bordes and Zhuang Liu and Hu Xu and Hyunwoo J. Kim and Bilge Soran and Raghuraman Krishnamoorthi and Mohamed Elhoseiny and Vikas Chandra},
131
- year={2024},
132
- eprint={2410.17434},
133
- archivePrefix={arXiv},
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
  ```