oneformer_cityscapes_dinat_large / preprocessor_config.json
praeclarumjj3's picture
Add configs
2d2ea71
raw
history blame
4.09 kB
{
"_max_size": 2048,
"class_info": [
{
"color": [
128,
64,
128
],
"id": 0,
"isthing": 0,
"name": "road"
},
{
"color": [
244,
35,
232
],
"id": 1,
"isthing": 0,
"name": "sidewalk"
},
{
"color": [
70,
70,
70
],
"id": 2,
"isthing": 0,
"name": "building"
},
{
"color": [
102,
102,
156
],
"id": 3,
"isthing": 0,
"name": "wall"
},
{
"color": [
190,
153,
153
],
"id": 4,
"isthing": 0,
"name": "fence"
},
{
"color": [
153,
153,
153
],
"id": 5,
"isthing": 0,
"name": "pole"
},
{
"color": [
250,
170,
30
],
"id": 6,
"isthing": 0,
"name": "traffic light"
},
{
"color": [
220,
220,
0
],
"id": 7,
"isthing": 0,
"name": "traffic sign"
},
{
"color": [
107,
142,
35
],
"id": 8,
"isthing": 0,
"name": "vegetation"
},
{
"color": [
152,
251,
152
],
"id": 9,
"isthing": 0,
"name": "terrain"
},
{
"color": [
70,
130,
180
],
"id": 10,
"isthing": 0,
"name": "sky"
},
{
"color": [
220,
20,
60
],
"id": 11,
"isthing": 1,
"name": "person"
},
{
"color": [
255,
0,
0
],
"id": 12,
"isthing": 1,
"name": "rider"
},
{
"color": [
0,
0,
142
],
"id": 13,
"isthing": 1,
"name": "car"
},
{
"color": [
0,
0,
70
],
"id": 14,
"isthing": 1,
"name": "truck"
},
{
"color": [
0,
60,
100
],
"id": 15,
"isthing": 1,
"name": "bus"
},
{
"color": [
0,
80,
100
],
"id": 16,
"isthing": 1,
"name": "train"
},
{
"color": [
0,
0,
230
],
"id": 17,
"isthing": 1,
"name": "motorcycle"
},
{
"color": [
119,
11,
32
],
"id": 18,
"isthing": 1,
"name": "bicycle"
}
],
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"ignore_index": 255,
"image_mean": [
0.48500001430511475,
0.4560000002384186,
0.4059999883174896
],
"image_processor_type": "OneFormerImageProcessor",
"image_std": [
0.2290000021457672,
0.2239999920129776,
0.22499999403953552
],
"max_seq_length": 77,
"metadata": {
"0": "road",
"1": "sidewalk",
"10": "sky",
"11": "person",
"12": "rider",
"13": "car",
"14": "truck",
"15": "bus",
"16": "train",
"17": "motorcycle",
"18": "bicycle",
"2": "building",
"3": "wall",
"4": "fence",
"5": "pole",
"6": "traffic light",
"7": "traffic sign",
"8": "vegetation",
"9": "terrain",
"class_names": [
"road",
"sidewalk",
"building",
"wall",
"fence",
"pole",
"traffic light",
"traffic sign",
"vegetation",
"terrain",
"sky",
"person",
"rider",
"car",
"truck",
"bus",
"train",
"motorcycle",
"bicycle"
],
"thing_ids": [
11,
12,
13,
14,
15,
16,
17,
18
]
},
"num_labels": 19,
"num_text": null,
"reduce_labels": false,
"repo_path": "shi-labs/oneformer_cityscapes_dinat_large",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"longest_edge": 2048,
"shortest_edge": 1024
},
"size_divisor": 32,
"task_seq_length": 77
}