English
detection
open-world
open-set
ShilongLiu commited on
Commit
1d8c6a2
1 Parent(s): 84311ae

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - detection-datasets/coco
5
+ - conceptual_captions
6
+ language:
7
+ - en
8
+ tags:
9
+ - detection
10
+ - open-world
11
+ - open-set
12
  ---
13
+
14
+
15
+ # Grounding DINO
16
+
17
+ [📃Paper](https://arxiv.org/abs/2303.05499) |
18
+ [📽️Video](https://www.youtube.com/watch?v=wxWDt5UiwY8) |
19
+ [📯Demo on Colab](https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/zero-shot-object-detection-with-grounding-dino.ipynb) |
20
+ [🤗Demo on HF (Coming soon)]()
21
+
22
+ ## Citation
23
+
24
+ If you find our work helpful for your research, please consider citing the following BibTeX entry.
25
+
26
+ ```bibtex
27
+ @inproceedings{ShilongLiu2023GroundingDM,
28
+ title={Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection},
29
+ author={Shilong Liu and Zhaoyang Zeng and Tianhe Ren and Feng Li and Hao Zhang and Jie Yang and Chunyuan Li and Jianwei Yang and Hang Su and Jun Zhu and Lei Zhang},
30
+ year={2023}
31
+ }
32
+ ```