Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
|
@@ -2,5 +2,8 @@
|
|
| 2 |
"id2label": {
|
| 3 |
"0": "pole"
|
| 4 |
},
|
| 5 |
-
"
|
|
|
|
|
|
|
|
|
|
| 6 |
}
|
|
|
|
| 2 |
"id2label": {
|
| 3 |
"0": "pole"
|
| 4 |
},
|
| 5 |
+
"label2id": {
|
| 6 |
+
"pole": 0,
|
| 7 |
+
},
|
| 8 |
+
"model_type": "yolos"
|
| 9 |
}
|