maskformer-abnormal-detection-v3 / preprocessor_config.json
Dreamy0's picture
Add fine-tuned MaskFormer model with CVAT compatibility
020d89d verified
raw
history blame contribute delete
293 Bytes
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "MaskFormerFeatureExtractor",
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
],
"reduce_labels": false,
"size": {
"height": 512,
"width": 512
}
}