vit-gpt2-coco-en / preprocessor_config.json
ydshieh
add files
c1c837b
raw history blame
No virus
160 Bytes
{
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"size": 224
}