einkpub / layout /layout_config.json
Dreamermind's picture
Layout slicer config
062fe18 verified
Raw
History Blame Contribute Delete
941 Bytes
{
"image_slicer": {
"slice_min_dims": {
"height": 1500,
"width": 1500
},
"max_slices": 4,
"slice_sizes": {
"height": 1200,
"width": 1200
},
"merge_tolerance": 0.05,
"merge_margin": 0.05
},
"processor": {
"_processor_class": null,
"do_resize": true,
"size": {
"height": 2560,
"width": 1920
},
"resample": 2,
"do_thumbnail": true,
"do_align_long_axis": false,
"do_pad": true,
"do_rescale": true,
"rescale_factor": 0.00392156862745098,
"do_normalize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"patch_size": [
4,
4
],
"max_size": {
"height": 768,
"width": 768
},
"image_processor_type": "SuryaEncoderImageProcessor",
"pad_value": 255,
"resize_respect_ratio": true
},
"layout_max_boxes": 100
}