vit-gpt2-imagecaptioningfood / preprocessor_config.json
sunbv56's picture
Upload 14 files
0fd46b5 verified
raw
history blame contribute delete
228 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": 224
}