{ | |
"auto_map": { | |
"AutoImageProcessor": "processing_encoder.EncoderImageProcessor" | |
}, | |
"image_processor_type": "EncoderImageProcessor", | |
"input_size": [ | |
224, | |
224 | |
], | |
"mean": [ | |
0.485, | |
0.456, | |
0.406 | |
], | |
"resize_strategy": "letterbox", | |
"std": [ | |
0.229, | |
0.224, | |
0.225 | |
] | |
} | |