P3ngLiu nielsr HF staff commited on
Commit
8f243ec
1 Parent(s): c979c16

Update README.md (#1)

Browse files

- Update README.md (0bbafdbe961b930e7d7c8c4b107d9e341a271d18)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: apache-2.0
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: zero-shot-object-detection
4
  ---
5
+
6
+ # OmDet model
7
+
8
+ The OmDet model was proposed in [Real-time Transformer-based Open-Vocabulary Detection with Efficient Fusion Head](https://arxiv.org/abs/2403.06892) by Tiancheng Zhao, Peng Liu, Xuan He, Lu Zhang, Kyusong Lee.
9
+
10
+ # Intended use cases
11
+
12
+ This model is intended for zero-shot (also called open-vocabulary) object detection.
13
+
14
+ # Usage
15
+
16
+ Refer to the [original repository](https://github.com/om-ai-lab/OmDet).