oneformer_cityscapes_dinat_large / preprocessor_config.json
praeclarumjj3's picture
Add configs
a994502
{
"_max_size": 2048,
"class_info_file": "cityscapes_panoptic.json",
"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
],
"metadata": {
"0": "road",
"1": "building",
"10": "sky",
"11": "person",
"12": "rider",
"13": "car",
"14": "truck",
"15": "bus",
"16": "train",
"17": "motorcycle",
"18": "bicycle",
"2": "sidewalk",
"3": "wall",
"4": "fence",
"5": "pole",
"6": "traffic light",
"7": "traffic sign",
"8": "vegetation",
"9": "terrain",
"class_names": [
"road",
"building",
"sidewalk",
"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,
"processor_class": "OneFormerProcessor",
"reduce_labels": false,
"repo_path": "shi-labs/oneformer_demo",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"longest_edge": 2048,
"shortest_edge": 1024
}
}