| { | |
| "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 | |
| ] | |
| } | |