davidhajdu commited on
Commit
a382eaa
·
verified ·
1 Parent(s): ce9724a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -19
README.md CHANGED
@@ -1,6 +1,12 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
 
4
  ---
5
 
6
  # Model Card for Model ID
@@ -174,26 +180,19 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
174
 
175
  **BibTeX:**
176
 
177
- [More Information Needed]
178
-
179
- **APA:**
180
-
181
- [More Information Needed]
182
-
183
- ## Glossary [optional]
184
-
185
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
 
186
 
187
- [More Information Needed]
188
-
189
- ## More Information [optional]
190
-
191
- [More Information Needed]
192
 
193
  ## Model Card Authors [optional]
194
 
195
- [More Information Needed]
196
-
197
- ## Model Card Contact
198
 
199
- [More Information Needed]
 
1
  ---
2
  library_name: transformers
3
+ tags:
4
+ - vision
5
+ - object-detection
6
+ license: apache-2.0
7
+ language:
8
+ - en
9
+ pipeline_tag: object-detection
10
  ---
11
 
12
  # Model Card for Model ID
 
180
 
181
  **BibTeX:**
182
 
183
+ ```bibtex
184
+ @inproceedings{
185
+ liu2022dabdetr,
186
+ title={{DAB}-{DETR}: Dynamic Anchor Boxes are Better Queries for {DETR}},
187
+ author={Shilong Liu and Feng Li and Hao Zhang and Xiao Yang and Xianbiao Qi and Hang Su and Jun Zhu and Lei Zhang},
188
+ booktitle={International Conference on Learning Representations},
189
+ year={2022},
190
+ url={https://openreview.net/forum?id=oMI9PjOb9Jl}
191
+ }
192
+ ```
193
 
 
 
 
 
 
194
 
195
  ## Model Card Authors [optional]
196
 
197
+ [David Hajdu](https://huggingface.co/davidhajdu)
 
 
198