mask2former-segmentation / preprocessor_config.json
Dreamy0's picture
Add fine-tuned Mask2Former model with CVAT compatibility
15e58af verified
raw
history blame contribute delete
292 Bytes
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "Mask2FormerImageProcessor",
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
],
"reduce_labels": false,
"size": {
"height": 512,
"width": 512
}
}