| { |
| "_valid_processor_keys": [ |
| "images", |
| "segmentation_maps", |
| "do_resize", |
| "size", |
| "mask_size", |
| "resample", |
| "do_rescale", |
| "rescale_factor", |
| "do_normalize", |
| "image_mean", |
| "image_std", |
| "do_pad", |
| "pad_size", |
| "mask_pad_size", |
| "do_convert_rgb", |
| "return_tensors", |
| "data_format", |
| "input_data_format" |
| ], |
| "do_convert_rgb": true, |
| "do_normalize": true, |
| "do_pad": true, |
| "do_rescale": true, |
| "do_resize": true, |
| "image_mean": [ |
| 0.485, |
| 0.456, |
| 0.406 |
| ], |
| "image_processor_type": "SamImageProcessor", |
| "image_std": [ |
| 0.229, |
| 0.224, |
| 0.225 |
| ], |
| "mask_pad_size": { |
| "height": 256, |
| "width": 256 |
| }, |
| "mask_size": { |
| "longest_edge": 256 |
| }, |
| "pad_size": { |
| "height": 1024, |
| "width": 1024 |
| }, |
| "processor_class": "SamProcessor", |
| "resample": 2, |
| "rescale_factor": 0.00392156862745098, |
| "size": { |
| "longest_edge": 1024 |
| } |
| } |
|
|