test_detr_finetuned_cppe5 / preprocessor_config.json
bpdevai's picture
Training in progress, epoch 1
03f529c verified
raw
history blame contribute delete
No virus
494 Bytes
{
"do_convert_annotations": true,
"do_normalize": true,
"do_pad": false,
"do_rescale": true,
"do_resize": false,
"format": "coco_detection",
"image_mean": [
0.485,
0.456,
0.406
],
"image_processor_type": "ConditionalDetrImageProcessor",
"image_std": [
0.229,
0.224,
0.225
],
"pad_size": null,
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"longest_edge": 1333,
"shortest_edge": 800
}
}