Upload YolosForObjectDetection
Browse files- config.json +10 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -14,12 +14,22 @@
|
|
14 |
"hidden_act": "gelu",
|
15 |
"hidden_dropout_prob": 0.0,
|
16 |
"hidden_size": 192,
|
|
|
|
|
|
|
|
|
|
|
17 |
"image_size": [
|
18 |
800,
|
19 |
1333
|
20 |
],
|
21 |
"initializer_range": 0.02,
|
22 |
"intermediate_size": 768,
|
|
|
|
|
|
|
|
|
|
|
23 |
"layer_norm_eps": 1e-12,
|
24 |
"model_type": "yolos",
|
25 |
"num_attention_heads": 3,
|
|
|
14 |
"hidden_act": "gelu",
|
15 |
"hidden_dropout_prob": 0.0,
|
16 |
"hidden_size": 192,
|
17 |
+
"id2label": {
|
18 |
+
"0": "LABEL_0",
|
19 |
+
"1": "LABEL_1",
|
20 |
+
"2": "LABEL_2"
|
21 |
+
},
|
22 |
"image_size": [
|
23 |
800,
|
24 |
1333
|
25 |
],
|
26 |
"initializer_range": 0.02,
|
27 |
"intermediate_size": 768,
|
28 |
+
"label2id": {
|
29 |
+
"LABEL_0": 0,
|
30 |
+
"LABEL_1": 1,
|
31 |
+
"LABEL_2": 2
|
32 |
+
},
|
33 |
"layer_norm_eps": 1e-12,
|
34 |
"model_type": "yolos",
|
35 |
"num_attention_heads": 3,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f6b9faf5552a37ef5e1712815561221fe758f0167b8be7a66f36f75d6a03086
|
3 |
+
size 25955606
|