File size: 556 Bytes
e33a8c2 | 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 | {
"auto_map": {
"AutoImageProcessor": "image_processing_umm.UMMImageProcessor",
"AutoProcessor": "processing_umm.UMMProcessor"
},
"crop_size": {
"height": 256,
"width": 256
},
"data_format": "channels_first",
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "UMMImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"patch_size": 16,
"processor_class": "UMMProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"scale_resolution": 512,
"size": [
256,
256
]
}
|