Update config.json
Browse files- config.json +2 -4
config.json
CHANGED
@@ -4,16 +4,14 @@
|
|
4 |
"YolosForObjectDetection"
|
5 |
],
|
6 |
"id2label": {
|
7 |
-
"0": "pole"
|
8 |
-
"1": "person"
|
9 |
},
|
10 |
"image_size": [
|
11 |
512,
|
12 |
864
|
13 |
],
|
14 |
"label2id": {
|
15 |
-
"pole": 0
|
16 |
-
"person": 1
|
17 |
},
|
18 |
"model_type": "yolos",
|
19 |
"num_attention_heads": 6,
|
|
|
4 |
"YolosForObjectDetection"
|
5 |
],
|
6 |
"id2label": {
|
7 |
+
"0": "pole"
|
|
|
8 |
},
|
9 |
"image_size": [
|
10 |
512,
|
11 |
864
|
12 |
],
|
13 |
"label2id": {
|
14 |
+
"pole": 0
|
|
|
15 |
},
|
16 |
"model_type": "yolos",
|
17 |
"num_attention_heads": 6,
|