schp-atr-18 / preprocessor_config.json
pirocheto's picture
Add ONNX model and preprocessor configuration for SCHP image processing
a54fa65
Raw
History Blame
302 Bytes
{
"auto_map": {
"AutoImageProcessor": "image_processing_schp.SCHPImageProcessor"
},
"image_mean": [
0.406,
0.456,
0.485
],
"image_processor_type": "SCHPImageProcessor",
"image_std": [
0.225,
0.224,
0.229
],
"size": {
"height": 512,
"width": 512
}
}