Jiqing commited on
Commit
d503134
·
1 Parent(s): 6be402c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -143,10 +143,11 @@ Please refer to [Table 2](https://arxiv.org/pdf/2303.04995.pdf) for TVP's perfor
143
 
144
  ### BibTeX entry and citation info
145
  ```bibtex
146
- @article{tang2022tvlt,
147
- title={TVLT: Textless Vision-Language Transformer},
148
- author={Tang, Zineng and Cho, Jaemin and Nie, Yixin and Bansal, Mohit},
149
- journal={arXiv preprint arXiv:2209.14156},
150
- year={2022}
 
151
  }
152
  ```
 
143
 
144
  ### BibTeX entry and citation info
145
  ```bibtex
146
+ @inproceedings{zhang2023text,
147
+ title={Text-visual prompting for efficient 2d temporal video grounding},
148
+ author={Zhang, Yimeng and Chen, Xin and Jia, Jinghan and Liu, Sijia and Ding, Ke},
149
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
150
+ pages={14794--14804},
151
+ year={2023}
152
  }
153
  ```