rziga commited on
Commit
80b3081
·
verified ·
1 Parent(s): a49dfc1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,7 +7,7 @@ pipeline_tag: zero-shot-object-detection
7
  ---
8
 
9
 
10
- # MM Grounding DINO (tiny variant trained on Objects365v1 and GOLD-G datasets)
11
 
12
  [MM Grounding DINO](https://arxiv.org/abs/2401.02361) model was proposed in [An Open and Comprehensive Pipeline for Unified Object Grounding and Detection](https://arxiv.org/abs/2401.02361) by Xiangyu Zhao, Yicheng Chen, Shilin Xu, Xiangtai Li, Xinjiang Wang, Yining Li, Haian Huang.
13
 
@@ -61,8 +61,8 @@ for box, score, labels in zip(result["boxes"], result["scores"], result["labels"
61
  ## Training Data
62
 
63
  This model was trained on:
64
- - [Objects365v1](https://openaccess.thecvf.com/content_ICCV_2019/papers/Shao_Objects365_A_Large-Scale_High-Quality_Dataset_for_Object_Detection_ICCV_2019_paper.pdf)
65
- - [GOLD-G](https://arxiv.org/abs/2104.12763)
66
 
67
 
68
  ## Evaluation results
 
7
  ---
8
 
9
 
10
+ # MM Grounding DINO (tiny variant)
11
 
12
  [MM Grounding DINO](https://arxiv.org/abs/2401.02361) model was proposed in [An Open and Comprehensive Pipeline for Unified Object Grounding and Detection](https://arxiv.org/abs/2401.02361) by Xiangyu Zhao, Yicheng Chen, Shilin Xu, Xiangtai Li, Xinjiang Wang, Yining Li, Haian Huang.
13
 
 
61
  ## Training Data
62
 
63
  This model was trained on:
64
+ - [Objects365v1](https://www.objects365.org/overview.html)
65
+ - [GOLD-G](https://arxiv.org/abs/2104.12763)
66
 
67
 
68
  ## Evaluation results