vit-gpt2-image-captioning / preprocessor_config.json
ensaimado's picture
Update preprocessor_config.json to use image_processor_type
f284be1 verified
raw
history blame
226 Bytes
{
"do_normalize": true,
"do_resize": true,
"image_processor_type": "ViTFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"size": 224
}