fushh7 commited on
Commit
8c8c3db
·
verified ·
1 Parent(s): 467f448

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ ## WeDetect: Fast Open-Vocabulary Object Detection as Retrieval
5
+
6
+ This is the official PyTorch implementation of [WeDetect](https://arxiv.org/abs/2512.12309). Please see our [GitHub](https://github.com/WeChatCV/WeDetect).
7
+
8
+ If you find our work helpful for your research, please consider citing our paper.
9
+
10
+ ```
11
+ @article{fu2025wedetect,
12
+ title={WeDetect: Fast Open-Vocabulary Object Detection as Retrieval},
13
+ author={Fu, Shenghao and Su, Yukun and Rao, Fengyun and LYU, Jing and Xie, Xiaohua and Zheng, Wei-Shi},
14
+ journal={arXiv preprint arXiv:2512.12309},
15
+ year={2025}
16
+ }
17
+ ```