vilt-b32-finetuned-vqa / preprocessor_config.json
drgary's picture
Upload 2 files
347b801 verified
raw
history blame contribute delete
251 Bytes
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ViltFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 3,
"size": 384,
"size_divisor": 32
}