PechaBridgeOCR / repro /image_preprocess.json
TibetanCodexAITeam's picture
Release OCR checkpoint-184000
1d87586 verified
Raw
History Blame Contribute Delete
824 Bytes
{
"pipeline": "gray",
"color_space": "RGB",
"channel_order": "channels_first",
"processor_class": "ViTImageProcessor",
"image_processor_config": {
"do_normalize": true,
"do_pad": false,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "ViTImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 256,
"width": 1024
}
},
"size": {
"height": 256,
"width": 1024
},
"do_resize": true,
"do_rescale": true,
"do_normalize": true,
"resample": 2,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"do_pad": false,
"image_size_arg": 384
}