Update config.json
Browse files- config.json +14 -14
config.json
CHANGED
@@ -30,20 +30,20 @@
|
|
30 |
"giou_loss_coefficient": 2,
|
31 |
"id2label": {
|
32 |
"0": "warehouse",
|
33 |
-
"1": "
|
34 |
-
"2": "
|
35 |
-
"3": "
|
36 |
-
"4": "
|
37 |
-
"5": "
|
38 |
-
"6": "
|
39 |
-
"7": "
|
40 |
-
"8": "
|
41 |
-
"9": "
|
42 |
-
"10": "
|
43 |
-
"11": "
|
44 |
-
"12": "
|
45 |
-
"13": "
|
46 |
-
"14": "
|
47 |
},
|
48 |
"init_std": 0.02,
|
49 |
"init_xavier_std": 1.0,
|
|
|
30 |
"giou_loss_coefficient": 2,
|
31 |
"id2label": {
|
32 |
"0": "warehouse",
|
33 |
+
"1": "box",
|
34 |
+
"2": "damaged-good",
|
35 |
+
"3": "door-closed",
|
36 |
+
"4": "door-open",
|
37 |
+
"5": "forklift",
|
38 |
+
"6": "garage-door-closed",
|
39 |
+
"7": "garage-door-open",
|
40 |
+
"8": "pallet",
|
41 |
+
"9": "pallet-stacker",
|
42 |
+
"10": "person",
|
43 |
+
"11": "product",
|
44 |
+
"12": "shipping-container",
|
45 |
+
"13": "truck",
|
46 |
+
"14": "vehicle"
|
47 |
},
|
48 |
"init_std": 0.02,
|
49 |
"init_xavier_std": 1.0,
|