vit-anime-caption / preprocessor_config.json
Ojimi's picture
Upload preprocessor_config.json
d9c381d
raw
history blame
No virus
187 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
}