deformable-detr-DocLayNet / preprocessor_config.json
bohou's picture
Add model weights
d7e6683 verified
raw
history blame contribute delete
No virus
268 Bytes
{
"do_normalize": true,
"do_resize": true,
"image_processor_type": "DeformableDetrImageProcessor",
"format": "coco_detection",
"image_mean": [
0.0,
0.0,
0.0
],
"image_std": [
1.0,
1.0,
1.0
],
"max_size": 1333,
"size": 800
}