Mohaddz commited on
Commit
ebbb68f
1 Parent(s): bdc2262

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +44 -44
config.json CHANGED
@@ -38,55 +38,55 @@
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,
 
38
  "giou_cost": 2,
39
  "giou_loss_coefficient": 2,
40
  "id2label": {
41
+ "0": "LABEL_0",
42
+ "1": "LABEL_1",
43
+ "2": "LABEL_2",
44
+ "3": "LABEL_3",
45
+ "4": "LABEL_4",
46
+ "5": "LABEL_5",
47
+ "6": "LABEL_6",
48
+ "7": "LABEL_7",
49
+ "8": "LABEL_8",
50
+ "9": "LABEL_9",
51
+ "10": "LABEL_10",
52
+ "11": "LABEL_11",
53
+ "12": "LABEL_12",
54
+ "13": "LABEL_13",
55
+ "14": "LABEL_14",
56
+ "15": "LABEL_15",
57
+ "16": "LABEL_16",
58
+ "17": "LABEL_17",
59
+ "18": "LABEL_18",
60
+ "19": "LABEL_19",
61
+ "20": "LABEL_20",
62
+ "21": "LABEL_21"
63
  },
64
  "init_std": 0.02,
65
  "init_xavier_std": 1.0,
66
  "is_encoder_decoder": true,
67
  "label2id": {
68
+ "LABEL_0": 0,
69
+ "LABEL_1": 1,
70
+ "LABEL_10": 10,
71
+ "LABEL_11": 11,
72
+ "LABEL_12": 12,
73
+ "LABEL_13": 13,
74
+ "LABEL_14": 14,
75
+ "LABEL_15": 15,
76
+ "LABEL_16": 16,
77
+ "LABEL_17": 17,
78
+ "LABEL_18": 18,
79
+ "LABEL_19": 19,
80
+ "LABEL_2": 2,
81
+ "LABEL_20": 20,
82
+ "LABEL_21": 21,
83
+ "LABEL_3": 3,
84
+ "LABEL_4": 4,
85
+ "LABEL_5": 5,
86
+ "LABEL_6": 6,
87
+ "LABEL_7": 7,
88
+ "LABEL_8": 8,
89
+ "LABEL_9": 9
90
  },
91
  "mask_loss_coefficient": 1,
92
  "max_position_embeddings": 1024,