sparsemask / preprocessor_config.json
mhassanch's picture
update mean and std normalization values
5c7dcd7 verified
raw
history blame contribute delete
319 Bytes
{
"data_format": "channels_first",
"default_to_square": true,
"device": null,
"do_convert_rgb": true,
"do_normalize": true,
"do_resize": true,
"image_mean": [0.4325, 0.4483, 0.3879],
"image_std": [0.0195, 0.0169, 0.0179],
"return_tensors": true,
"size": {
"height": 1024,
"width": 1024
}
}