mgp-str-base / preprocessor_config.json
yuekun's picture
Upload preprocessor_config.json
301b911
raw
history blame
232 Bytes
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ViTFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"size": (32,128)
}