File size: 854 Bytes
4751f19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8fd2a74
4751f19
 
 
70ba169
4751f19
70ba169
4751f19
 
 
 
 
 
 
 
 
8fd2a74
4751f19
 
 
70ba169
4751f19
70ba169
4751f19
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{ 
  "num_labels": 13,

  "unique_colors": [
    [  0,   0,   0],
    [  0,   0, 170],
    [  0,   0, 255],
    [  0,  85, 255],
    [  0, 170, 255],
    [  0, 255, 255],
    [ 85, 255, 170],
    [170,   0,   0],
    [170, 255,  85],
    [255,   0,   0],
    [255,  85,   0],
    [255, 170,   0],
    [255, 255,   0]
  ],

  "id2label": {
    "0": "unknown",
    "1": "background",
    "2": "facade", 
    "3": "window", 
    "4": "door", 
    "5": "cornice", 
    "6": "sill", 
    "7": "balcony", 
    "8": "blind",  
    "9": "molding",
    "10": "deco", 
    "11": "pillar",
    "12": "shop"
  },

  "label2id": {
    "unknown": 0,
    "background": 1,
    "facade": 2, 
    "window": 3, 
    "door": 4, 
    "cornice": 5, 
    "sill": 6, 
    "balcony": 7, 
    "blind": 8,  
    "molding": 9,
    "deco": 10, 
    "pillar": 11,
    "shop": 12
  }
}