building-detection / preprocessor_config.json
mhassanch's picture
add preprocessor config
b501d55
raw
history blame contribute delete
269 Bytes
{
"data_format": "channels_first",
"default_to_square": true,
"device": null,
"do_convert_rgb": true,
"do_normalize": true,
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
],
"return_tensors": true
}