changestar-building-segmentation-vitb / preprocessor_config.json
mhassanch's picture
Add configuration files for building segmentation and preprocessing settings
5d8159f
Raw
History Blame Contribute Delete
314 Bytes
{
"data_format": "channels_first",
"default_to_square": true,
"device": null,
"do_convert_rgb": true,
"do_normalize": true,
"do_resize": true,
"image_mean": [0.485, 0.456, 0.406],
"image_std": [0.229, 0.224, 0.225],
"return_tensors": true,
"size": {
"height": 1024,
"width": 1024
}
}