mask2former-swin-large-coco-instance / kf_preprocessor.json
IMvision12's picture
Upload kf_preprocessor.json with huggingface_hub
f66237f verified
Raw
History Blame Contribute Delete
409 Bytes
{
"library_name": "kerasformers",
"kerasformers_version": "1.1.3",
"preprocessor_module": "kerasformers.models.mask2former",
"preprocessor_class": "Mask2FormerImageProcessor",
"variant": "mask2former-swin-large-coco-instance",
"target_size": 384,
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
],
"data_format": null
}