forked from ailab/vit-gpt2-image-captioning
18 lines
228 B
JSON
18 lines
228 B
JSON
|
{
|
||
|
"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
|
||
|
}
|