vit-gpt2-coco-en / preprocessor_config.json
olivierdehaene's picture
Add `feature_extractor_type`
468ade7
raw
history blame
No virus
211 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
],
"size": 224
}