Aryn
/

Object Detection
Transformers
Safetensors
deformable_detr
vision
Inference Endpoints
deformable-detr-DocLayNet / preprocessor_config.json
bohou's picture
[Clean-up] Planned removal of the `max_size` argument (#4)
fecaa5b verified
raw
history blame contribute delete
300 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
],
"size": {
"longest_edge": 1333,
"shortest_edge": 800
}
}