Update README.md
#1
by
nielsr
HF staff
- opened
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).
|