Commit
·
2c3ba1f
1
Parent(s):
65e7c6e
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
160,
|
28 |
256
|
29 |
],
|
30 |
-
"
|
31 |
"car": 3,
|
32 |
"curb": 5,
|
33 |
"grass": 4,
|
@@ -37,7 +37,7 @@
|
|
37 |
},
|
38 |
"image_size": 224,
|
39 |
"initializer_range": 0.02,
|
40 |
-
"
|
41 |
"0": "rumble strips",
|
42 |
"1": "tree",
|
43 |
"2": "through lane",
|
|
|
27 |
160,
|
28 |
256
|
29 |
],
|
30 |
+
"label2id": {
|
31 |
"car": 3,
|
32 |
"curb": 5,
|
33 |
"grass": 4,
|
|
|
37 |
},
|
38 |
"image_size": 224,
|
39 |
"initializer_range": 0.02,
|
40 |
+
"id2label": {
|
41 |
"0": "rumble strips",
|
42 |
"1": "tree",
|
43 |
"2": "through lane",
|