mirror of https://github.com/YifanXu74/MQ-Det.git
parent
a431d230e7
commit
05cd0a76f8
|
@ -1,5 +1,8 @@
|
|||
# Multi-modal Queried Object Detection in the Wild (NeurIPS 2023)
|
||||
<!-- <img src=".asset/method.png" width="800"> -->
|
||||
|
||||
[](https://paperswithcode.com/sota/zero-shot-object-detection-on-lvis-v1-0?p=multi-modal-queried-object-detection-in-the)
|
||||
[](https://paperswithcode.com/sota/zero-shot-object-detection-on-lvis-v1-0-val?p=multi-modal-queried-object-detection-in-the)
|
||||
[](https://paperswithcode.com/sota/zero-shot-object-detection-on-odinw?p=multi-modal-queried-object-detection-in-the)
|
||||
|
||||
Official PyTorch implementation of "[Multi-modal Queried Object Detection in the Wild](https://arxiv.org/abs/2305.18980)": the first multi-modal queried open-set object detector.
|
||||
|
||||
|
@ -264,4 +267,4 @@ python tools/eval_odinw.py --config_file configs/pretrain/mq-glip-t.yaml \
|
|||
--setting finetuning-free \
|
||||
--add_name tiny \
|
||||
--log_path 'OUTPUT/odinw_vision_log/'
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue