stanford-car-vit-patch16 / preprocessor_config.json
therealcyberlord's picture
Update preprocessor_config.json
88d72c8
raw history blame
No virus
176 Bytes
{
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"size": 224
}