fushh7 commited on
Commit
6223131
·
verified ·
1 Parent(s): c5523ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  ## LLMDet: Learning Strong Open-Vocabulary Object Detectors under the Supervision of Large Language Models
4
 
5
- This is the official PyTorch implementation of [LLMDet](). Please see our [GitHub](https://github.com/iSEE-Laboratory/LLMDet).
6
 
7
  ### 1 Introduction
8
 
@@ -108,12 +108,14 @@ LLMDet is released under the Apache 2.0 license. Please see the LICENSE file for
108
 
109
  ### 7 Bibtex
110
 
111
- If you find our work helpful for your research, please consider citing our paper (Coming very soon!).
112
 
113
  ```
114
  @article{fu2025llmdet,
115
  title={Frozen-DETR: Enhancing DETR with Image Understanding from Frozen Foundation Models},
116
  author={Fu, Shenghao and Yang, Qize and Mo, Qijie and Yan, Junkai and Wei, Xihan and Meng, Jingke and Xie, Xiaohua and Zheng, Wei-Shi},
 
 
117
  }
118
  ```
119
 
 
2
 
3
  ## LLMDet: Learning Strong Open-Vocabulary Object Detectors under the Supervision of Large Language Models
4
 
5
+ This is the official PyTorch implementation of [LLMDet](https://arxiv.org/abs/2501.18954). Please see our [GitHub](https://github.com/iSEE-Laboratory/LLMDet).
6
 
7
  ### 1 Introduction
8
 
 
108
 
109
  ### 7 Bibtex
110
 
111
+ If you find our work helpful for your research, please consider citing our paper.
112
 
113
  ```
114
  @article{fu2025llmdet,
115
  title={Frozen-DETR: Enhancing DETR with Image Understanding from Frozen Foundation Models},
116
  author={Fu, Shenghao and Yang, Qize and Mo, Qijie and Yan, Junkai and Wei, Xihan and Meng, Jingke and Xie, Xiaohua and Zheng, Wei-Shi},
117
+ journal={arXiv preprint arXiv:2501.18954},
118
+ year={2025}
119
  }
120
  ```
121