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