vit-gpt2-coco-en / preprocessor_config.json
ydshieh's picture
ydshieh HF staff
Add `feature_extractor_type` (#1)
100350d
{
"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
}