| { | |
| "auto_map": { | |
| "AutoImageProcessor": "image_processing_yasa2.Yasa2ImageProcessor", | |
| "AutoProcessor": "processing_yasa2.Yasa2Processor" | |
| }, | |
| "crop_pct": 0.875, | |
| "do_center_crop": false, | |
| "do_normalize": true, | |
| "do_rescale": true, | |
| "do_resize": true, | |
| "image_mean": [ | |
| 0.485, | |
| 0.456, | |
| 0.406 | |
| ], | |
| "image_processor_type": "Yasa2ImageProcessor", | |
| "image_std": [ | |
| 0.229, | |
| 0.224, | |
| 0.225 | |
| ], | |
| "max_tiles_num": 4, | |
| "patch_size": 14, | |
| "processor_class": "Yasa2Processor", | |
| "resample": 3, | |
| "rescale_factor": 0.00392156862745098, | |
| "size": { | |
| "shortest_edge": 512 | |
| }, | |
| "tiling_method": "llava-uhd", | |
| "use_navit": false | |
| } | |