rfdetr-large / kf_preprocessor.json
IMvision12's picture
Upload kf_preprocessor.json with huggingface_hub
0edd8fc verified
Raw
History Blame Contribute Delete
543 Bytes
{
"library_name": "kerasformers",
"kerasformers_version": "1.1.3",
"preprocessor_module": "kerasformers.models.rf_detr",
"preprocessor_class": "RFDETRImageProcessor",
"variant": null,
"size": {
"height": 704,
"width": 704
},
"resample": "bilinear",
"do_rescale": true,
"rescale_factor": 0.00392156862745098,
"do_normalize": true,
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
],
"return_tensor": true,
"data_format": null
}