preprocessor_config.json
| 1 | { |
| 2 | "do_normalize": true, |
| 3 | "do_resize": true, |
| 4 | "image_mean": [0.5, 0.5, 0.5], |
| 5 | "image_processor_type": "ViTImageProcessor", |
| 6 | "image_std": [0.5, 0.5, 0.5], |
| 7 | "size": { |
| 8 | "height": 384, |
| 9 | "width": 384 |
| 10 | } |
| 11 | } |