table-transformer-structure.../preprocessor_config.json

24 lines
374 B
JSON
Raw Permalink Normal View History

2024-10-28 13:57:24 +08:00
{
"do_normalize": true,
2024-10-28 14:24:04 +08:00
"do_pad": true,
"do_rescale": true,
2024-10-28 13:57:24 +08:00
"do_resize": true,
2024-10-28 14:24:04 +08:00
"format": "coco_detection",
2024-10-28 13:57:24 +08:00
"image_mean": [
0.485,
0.456,
0.406
],
2024-10-28 14:24:04 +08:00
"image_processor_type": "DetrImageProcessor",
2024-10-28 13:57:24 +08:00
"image_std": [
0.229,
0.224,
0.225
],
2024-10-28 14:24:04 +08:00
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"longest_edge": 800
}
2024-10-28 13:57:24 +08:00
}