Xpitfire commited on
Commit
2ca77e3
1 Parent(s): 0c82203

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +24 -24
config.json CHANGED
@@ -29,35 +29,35 @@
29
  ],
30
  "id2label": {
31
  "0": "unknown",
32
- "1": "facade",
33
- "2": "molding",
34
- "3": "cornice",
35
- "4": "pillar",
36
- "5": "window",
37
- "6": "door",
38
- "7": "sill",
39
- "8": "blind",
40
- "9": "balcony",
41
- "10": "shop",
42
- "11": "deco",
43
- "12": "background"
44
  },
45
  "image_size": 224,
46
  "initializer_range": 0.02,
47
  "label2id": {
48
- "background": 12,
49
- "balcony": 9,
50
- "blind": 8,
51
- "cornice": 3,
52
- "deco": 11,
53
- "door": 6,
54
- "facade": 1,
55
- "molding": 2,
56
- "pillar": 4,
57
- "shop": 10,
58
- "sill": 7,
59
  "unknown": 0,
60
- "window": 5
 
 
 
 
 
 
 
 
 
 
 
61
  },
62
  "layer_norm_eps": 1e-06,
63
  "mlp_ratios": [
 
29
  ],
30
  "id2label": {
31
  "0": "unknown",
32
+ "1": "background",
33
+ "2": "facade",
34
+ "3": "window",
35
+ "4": "door",
36
+ "5": "pillar",
37
+ "6": "sill",
38
+ "7": "balcony",
39
+ "8": "blind",
40
+ "9": "cornice",
41
+ "10": "deco",
42
+ "11": "molding",
43
+ "12": "shop"
44
  },
45
  "image_size": 224,
46
  "initializer_range": 0.02,
47
  "label2id": {
 
 
 
 
 
 
 
 
 
 
 
48
  "unknown": 0,
49
+ "background": 1,
50
+ "facade": 2,
51
+ "window": 3,
52
+ "door": 4,
53
+ "pillar": 5,
54
+ "sill": 6,
55
+ "balcony": 7,
56
+ "blind": 8,
57
+ "cornice": 9,
58
+ "deco": 10,
59
+ "molding": 11,
60
+ "shop": 12
61
  },
62
  "layer_norm_eps": 1e-06,
63
  "mlp_ratios": [