praeclarumjj3 commited on
Commit
95f27e6
1 Parent(s): bb5b656

Add configs

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +4 -195
preprocessor_config.json CHANGED
@@ -1,197 +1,6 @@
1
  {
2
  "_max_size": 2048,
3
- "class_info": [
4
- {
5
- "color": [
6
- 128,
7
- 64,
8
- 128
9
- ],
10
- "id": 0,
11
- "isthing": 0,
12
- "name": "road"
13
- },
14
- {
15
- "color": [
16
- 244,
17
- 35,
18
- 232
19
- ],
20
- "id": 1,
21
- "isthing": 0,
22
- "name": "sidewalk"
23
- },
24
- {
25
- "color": [
26
- 70,
27
- 70,
28
- 70
29
- ],
30
- "id": 2,
31
- "isthing": 0,
32
- "name": "building"
33
- },
34
- {
35
- "color": [
36
- 102,
37
- 102,
38
- 156
39
- ],
40
- "id": 3,
41
- "isthing": 0,
42
- "name": "wall"
43
- },
44
- {
45
- "color": [
46
- 190,
47
- 153,
48
- 153
49
- ],
50
- "id": 4,
51
- "isthing": 0,
52
- "name": "fence"
53
- },
54
- {
55
- "color": [
56
- 153,
57
- 153,
58
- 153
59
- ],
60
- "id": 5,
61
- "isthing": 0,
62
- "name": "pole"
63
- },
64
- {
65
- "color": [
66
- 250,
67
- 170,
68
- 30
69
- ],
70
- "id": 6,
71
- "isthing": 0,
72
- "name": "traffic light"
73
- },
74
- {
75
- "color": [
76
- 220,
77
- 220,
78
- 0
79
- ],
80
- "id": 7,
81
- "isthing": 0,
82
- "name": "traffic sign"
83
- },
84
- {
85
- "color": [
86
- 107,
87
- 142,
88
- 35
89
- ],
90
- "id": 8,
91
- "isthing": 0,
92
- "name": "vegetation"
93
- },
94
- {
95
- "color": [
96
- 152,
97
- 251,
98
- 152
99
- ],
100
- "id": 9,
101
- "isthing": 0,
102
- "name": "terrain"
103
- },
104
- {
105
- "color": [
106
- 70,
107
- 130,
108
- 180
109
- ],
110
- "id": 10,
111
- "isthing": 0,
112
- "name": "sky"
113
- },
114
- {
115
- "color": [
116
- 220,
117
- 20,
118
- 60
119
- ],
120
- "id": 11,
121
- "isthing": 1,
122
- "name": "person"
123
- },
124
- {
125
- "color": [
126
- 255,
127
- 0,
128
- 0
129
- ],
130
- "id": 12,
131
- "isthing": 1,
132
- "name": "rider"
133
- },
134
- {
135
- "color": [
136
- 0,
137
- 0,
138
- 142
139
- ],
140
- "id": 13,
141
- "isthing": 1,
142
- "name": "car"
143
- },
144
- {
145
- "color": [
146
- 0,
147
- 0,
148
- 70
149
- ],
150
- "id": 14,
151
- "isthing": 1,
152
- "name": "truck"
153
- },
154
- {
155
- "color": [
156
- 0,
157
- 60,
158
- 100
159
- ],
160
- "id": 15,
161
- "isthing": 1,
162
- "name": "bus"
163
- },
164
- {
165
- "color": [
166
- 0,
167
- 80,
168
- 100
169
- ],
170
- "id": 16,
171
- "isthing": 1,
172
- "name": "train"
173
- },
174
- {
175
- "color": [
176
- 0,
177
- 0,
178
- 230
179
- ],
180
- "id": 17,
181
- "isthing": 1,
182
- "name": "motorcycle"
183
- },
184
- {
185
- "color": [
186
- 119,
187
- 11,
188
- 32
189
- ],
190
- "id": 18,
191
- "isthing": 1,
192
- "name": "bicycle"
193
- }
194
- ],
195
  "do_normalize": true,
196
  "do_rescale": true,
197
  "do_resize": true,
@@ -210,7 +19,7 @@
210
  "max_seq_length": 77,
211
  "metadata": {
212
  "0": "road",
213
- "1": "sidewalk",
214
  "10": "sky",
215
  "11": "person",
216
  "12": "rider",
@@ -220,7 +29,7 @@
220
  "16": "train",
221
  "17": "motorcycle",
222
  "18": "bicycle",
223
- "2": "building",
224
  "3": "wall",
225
  "4": "fence",
226
  "5": "pole",
@@ -230,8 +39,8 @@
230
  "9": "terrain",
231
  "class_names": [
232
  "road",
233
- "sidewalk",
234
  "building",
 
235
  "wall",
236
  "fence",
237
  "pole",
 
1
  {
2
  "_max_size": 2048,
3
+ "class_info_file": "cityscapes_panoptic.json",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  "do_normalize": true,
5
  "do_rescale": true,
6
  "do_resize": true,
 
19
  "max_seq_length": 77,
20
  "metadata": {
21
  "0": "road",
22
+ "1": "building",
23
  "10": "sky",
24
  "11": "person",
25
  "12": "rider",
 
29
  "16": "train",
30
  "17": "motorcycle",
31
  "18": "bicycle",
32
+ "2": "sidewalk",
33
  "3": "wall",
34
  "4": "fence",
35
  "5": "pole",
 
39
  "9": "terrain",
40
  "class_names": [
41
  "road",
 
42
  "building",
43
+ "sidewalk",
44
  "wall",
45
  "fence",
46
  "pole",