plant-vit / preprocessor_config.json
NightingaleCen's picture
no resize preprocess
504eaf1
raw
history blame contribute delete
366 Bytes
{
"do_normalize": true,
"do_rescale": true,
"do_resize": false,
"image_mean": [
0.41701812,
0.4424678,
0.30814943
],
"image_processor_type": "ViTImageProcessor",
"image_std": [
0.21145666,
0.2043997,
0.20447092
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 224,
"width": 224
}
}