1
0
Fork 0
vit-gpt2-image-captioning20.../preprocessor_config.json

18 lines
228 B
JSON
Raw Normal View History

2024-05-31 12:18:35 +08:00
{
"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
}