vit-gpt2-coco-en/preprocessor_config.json

17 lines
211 B
JSON
Raw Normal View History

2021-10-24 17:23:41 +00:00
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ViTFeatureExtractor",
2021-10-24 17:23:41 +00:00
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"size": 224
}