doctr-fast-base / preprocessor_config.json
tomsanbear's picture
Add validated docTR FAST base bundle
6766e21 verified
Raw
History Blame Contribute Delete
527 Bytes
{
"channel_order": "rgb",
"data_format": "channels_first",
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.798,
0.785,
0.772
],
"image_mode": "RGB",
"image_std": [
0.264,
0.2749,
0.287
],
"input_shape": [
3,
1024,
1024
],
"pixel_value_range": [
0.0,
1.0
],
"resize": {
"interpolation": "bilinear",
"pad_value": 0,
"preserve_aspect_ratio": true,
"symmetric_pad": true
},
"size": {
"height": 1024,
"width": 1024
}
}