Zero-Shot Object Detection

Add pipeline tag and link to survey paper

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,7 +1,12 @@
1
  ---
2
  license: apache-2.0
 
3
  ---
4
 
 
 
 
 
5
  [//]: # (<br />)
6
  <p align="center"> <h1 align="center">OneRef: Unified One-tower Expression Grounding and Segmentation with Mask Referring Modeling</h1>
7
  <p align="center">
@@ -455,7 +460,7 @@ the same number of GPUs. We provide the MRefM pre-trained checkpoints at the fol
455
  <tr> <!-- line 3 -->
456
  <th style="text-align:center" > Large model </th>
457
  <th style="text-align:center" > RefC </th>
458
- <th style="text-align:center" > <a href="https://huggingface.co/xiaolinhui/OneRef/blob/main/mrefm_pretrain_patch16_384/res_mrefm_pretrain_large_patch16_384.pth">res_mrefm_base_patch16_384, ~7 GB</a> </th>
459
  </tr>
460
  </table>
461
 
@@ -668,7 +673,4 @@ Thanks [Microsoft](https://github.com/microsoft/unilm) for their awesome models.
668
 
669
  ## Star History
670
 
671
- [![Star History Chart](https://api.star-history.com/svg?repos=linhuixiao/OneRef&type=Date)](https://star-history.com/#linhuixiao/OneRef&Date)
672
-
673
-
674
-
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: zero-shot-object-detection
4
  ---
5
 
6
+ This model, OneRef, is discussed in the paper [Towards Visual Grounding: A Survey](https://huggingface.co/papers/2412.20206).
7
+
8
+ Code for this model: https://github.com/linhuixiao/OneRef
9
+
10
  [//]: # (<br />)
11
  <p align="center"> <h1 align="center">OneRef: Unified One-tower Expression Grounding and Segmentation with Mask Referring Modeling</h1>
12
  <p align="center">
 
460
  <tr> <!-- line 3 -->
461
  <th style="text-align:center" > Large model </th>
462
  <th style="text-align:center" > RefC </th>
463
+ <th style="text-align:center" > <a href="https://huggingface.co/xiaolinhui/OneRef/blob/main/mrefm_pretrain_patch16_384/res_mrefm_large_patch16_384.pth">res_mrefm_base_patch16_384, ~7 GB</a> </th>
464
  </tr>
465
  </table>
466
 
 
673
 
674
  ## Star History
675
 
676
+ [![Star History Chart](https://api.star-history.com/svg?repos=linhuixiao/OneRef&type=Date)](https://star-history.com/#linhuixiao/OneRef&Date)