vit / preprocessor_config.json
muhualing's picture
Update preprocessor_config.json
c1c7a35
{
"do_normalize": true,
"do_resize": false,
"feature_extractor_type": "ViTImageProcessor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"size": 224
}