koclip-large / preprocessor_config.json
amphora's picture
feature: added preprocessor_config.json for vit-large
0c2ed19
{
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"size": 224
}