vit-age-classifier / preprocessor_config.json
yourusername's picture
:sparkles: add preprocessor config
b3bbed0
raw history blame
No virus
197 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
}