Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
3 |
tags:
|
4 |
- object-detection
|
5 |
- vision
|
@@ -8,6 +9,8 @@ tags:
|
|
8 |
# Yolos-small-crowd
|
9 |
|
10 |
YOLOS model fine-tuned on COCO 2017 object detection (118k annotated images). It was introduced in the paper [You Only Look at One Sequence: Rethinking Transformer in Vision through Object Detection](https://arxiv.org/abs/2106.00666) by Fang et al. and first released in [this repository](https://github.com/hustvl/YOLOS).
|
|
|
|
|
11 |
|
12 |
## Model description
|
13 |
This model has been finetuned on the following [crowd-detection dataset](https://universe.roboflow.com/institut-teknologi-nasional-bandung-mxgtc/crowd-detection-i75bl) with the following results on the test set:
|
@@ -76,4 +79,30 @@ The following hyperparameters were used during training:
|
|
76 |
- Transformers 4.36.2
|
77 |
- pycocotools 2.0.7
|
78 |
|
79 |
-
If you want to support me, you can [here](https://ko-fi.com/adamcodd).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: hustvl/yolos-small
|
4 |
tags:
|
5 |
- object-detection
|
6 |
- vision
|
|
|
9 |
# Yolos-small-crowd
|
10 |
|
11 |
YOLOS model fine-tuned on COCO 2017 object detection (118k annotated images). It was introduced in the paper [You Only Look at One Sequence: Rethinking Transformer in Vision through Object Detection](https://arxiv.org/abs/2106.00666) by Fang et al. and first released in [this repository](https://github.com/hustvl/YOLOS).
|
12 |
+
![model_image](https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/yolos_architecture.png)
|
13 |
+
|
14 |
|
15 |
## Model description
|
16 |
This model has been finetuned on the following [crowd-detection dataset](https://universe.roboflow.com/institut-teknologi-nasional-bandung-mxgtc/crowd-detection-i75bl) with the following results on the test set:
|
|
|
79 |
- Transformers 4.36.2
|
80 |
- pycocotools 2.0.7
|
81 |
|
82 |
+
If you want to support me, you can [here](https://ko-fi.com/adamcodd).
|
83 |
+
|
84 |
+
### BibTeX entry and citation info
|
85 |
+
|
86 |
+
```bibtex
|
87 |
+
@article{DBLP:journals/corr/abs-2106-00666,
|
88 |
+
author = {Yuxin Fang and
|
89 |
+
Bencheng Liao and
|
90 |
+
Xinggang Wang and
|
91 |
+
Jiemin Fang and
|
92 |
+
Jiyang Qi and
|
93 |
+
Rui Wu and
|
94 |
+
Jianwei Niu and
|
95 |
+
Wenyu Liu},
|
96 |
+
title = {You Only Look at One Sequence: Rethinking Transformer in Vision through
|
97 |
+
Object Detection},
|
98 |
+
journal = {CoRR},
|
99 |
+
volume = {abs/2106.00666},
|
100 |
+
year = {2021},
|
101 |
+
url = {https://arxiv.org/abs/2106.00666},
|
102 |
+
eprinttype = {arXiv},
|
103 |
+
eprint = {2106.00666},
|
104 |
+
timestamp = {Fri, 29 Apr 2022 19:49:16 +0200},
|
105 |
+
biburl = {https://dblp.org/rec/journals/corr/abs-2106-00666.bib},
|
106 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
107 |
+
}
|
108 |
+
```
|