Update config.json
Browse files- config.json +5 -2
config.json
CHANGED
|
@@ -22,10 +22,13 @@
|
|
| 22 |
},
|
| 23 |
"model_type": "yolos",
|
| 24 |
"id2label": {
|
| 25 |
-
"
|
|
|
|
|
|
|
| 26 |
},
|
| 27 |
"label2id": {
|
| 28 |
-
"roof":
|
|
|
|
| 29 |
}
|
| 30 |
|
| 31 |
}
|
|
|
|
| 22 |
},
|
| 23 |
"model_type": "yolos",
|
| 24 |
"id2label": {
|
| 25 |
+
"1": "roof",
|
| 26 |
+
"0": "N/A",
|
| 27 |
+
|
| 28 |
},
|
| 29 |
"label2id": {
|
| 30 |
+
"roof": 1,
|
| 31 |
+
"N/A": 0,
|
| 32 |
}
|
| 33 |
|
| 34 |
}
|