oil-storage-tank-detection / preprocessor_config.json
mhassanch's picture
Update preprocessor_config.json
42f8dfa verified
raw
history blame contribute delete
260 Bytes
{
"data_format": "channels_first",
"default_to_square": true,
"device": null,
"do_convert_rgb": true,
"do_resize": true,
"do_normalize": false,
"do_rescale": false,
"return_tensors": true,
"size": {
"height": 1024,
"width": 1024
}
}