Update config.json
Browse files- config.json +44 -44
config.json
CHANGED
@@ -38,55 +38,55 @@
|
|
38 |
"giou_cost": 2,
|
39 |
"giou_loss_coefficient": 2,
|
40 |
"id2label": {
|
41 |
-
"0": "
|
42 |
-
"1": "
|
43 |
-
"2": "
|
44 |
-
"3": "
|
45 |
-
"4": "
|
46 |
-
"5": "
|
47 |
-
"6": "
|
48 |
-
"7": "
|
49 |
-
"8": "
|
50 |
-
"9": "
|
51 |
-
"10": "
|
52 |
-
"11": "
|
53 |
-
"12": "
|
54 |
-
"13": "
|
55 |
-
"14": "
|
56 |
-
"15": "
|
57 |
-
"16": "
|
58 |
-
"17": "
|
59 |
-
"18": "
|
60 |
-
"19": "
|
61 |
-
"20": "
|
62 |
-
"21": "
|
63 |
},
|
64 |
"init_std": 0.02,
|
65 |
"init_xavier_std": 1.0,
|
66 |
"is_encoder_decoder": true,
|
67 |
"label2id": {
|
68 |
-
"
|
69 |
-
"
|
70 |
-
"
|
71 |
-
"
|
72 |
-
"
|
73 |
-
"
|
74 |
-
"
|
75 |
-
"
|
76 |
-
"
|
77 |
-
"
|
78 |
-
"
|
79 |
-
"
|
80 |
-
"
|
81 |
-
"
|
82 |
-
"
|
83 |
-
"
|
84 |
-
"
|
85 |
-
"
|
86 |
-
"
|
87 |
-
"
|
88 |
-
"
|
89 |
-
"
|
90 |
},
|
91 |
"mask_loss_coefficient": 1,
|
92 |
"max_position_embeddings": 1024,
|
|
|
38 |
"giou_cost": 2,
|
39 |
"giou_loss_coefficient": 2,
|
40 |
"id2label": {
|
41 |
+
"0": "cars-damage"
|
42 |
+
"1": "Back-bumper",
|
43 |
+
"2": "Back-door",
|
44 |
+
"3": "Back-wheel",
|
45 |
+
"4": "Back-window",
|
46 |
+
"5": "Back-windshield",
|
47 |
+
"6": "Fender",
|
48 |
+
"7": "Front-bumper",
|
49 |
+
"8": "Front-door",
|
50 |
+
"9": "Front-wheel",
|
51 |
+
"10": "Front-window",
|
52 |
+
"11": "Grille",
|
53 |
+
"12": "Headlight",
|
54 |
+
"13": "Hood",
|
55 |
+
"14": "License-plate",
|
56 |
+
"15": "Mirror",
|
57 |
+
"16": "Quarter-panel",
|
58 |
+
"17": "Rocker-panel",
|
59 |
+
"18": "Roof",
|
60 |
+
"19": "Tail-light",
|
61 |
+
"20": "Trunk",
|
62 |
+
"21": "Windshield"
|
63 |
},
|
64 |
"init_std": 0.02,
|
65 |
"init_xavier_std": 1.0,
|
66 |
"is_encoder_decoder": true,
|
67 |
"label2id": {
|
68 |
+
"cars-damage": 0,
|
69 |
+
"Back-bumper": 1,
|
70 |
+
"Front-window": 10,
|
71 |
+
"Grille": 11,
|
72 |
+
"Headlight": 12,
|
73 |
+
"Hood": 13,
|
74 |
+
"License-plate": 14,
|
75 |
+
"Mirror": 15,
|
76 |
+
"Quarter-panel": 16,
|
77 |
+
"Rocker-panel": 17,
|
78 |
+
"Roof": 18,
|
79 |
+
"Tail-light": 19,
|
80 |
+
"Back-door": 2,
|
81 |
+
"Trunk": 20,
|
82 |
+
"Windshield": 21,
|
83 |
+
"Back-wheel": 3,
|
84 |
+
"Back-window": 4,
|
85 |
+
"Back-windshield": 5,
|
86 |
+
"Fender": 6,
|
87 |
+
"Front-bumper": 7,
|
88 |
+
"Front-door": 8,
|
89 |
+
"Front-wheel": 9
|
90 |
},
|
91 |
"mask_loss_coefficient": 1,
|
92 |
"max_position_embeddings": 1024,
|