geoai-models / preprocessor_config.json
mhassanch's picture
add: preprocessor config
09a0a0b
{
"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
}