fine-tuned-vit / preprocessor_config.json
Lucas-Hyun-Lee's picture
Upload preprocessor_config.json
548d357 verified
raw
history blame
281 Bytes
{
"image_size": 224,
"do_resize": true,
"do_normalize": true,
"do_rescale": false,
"size": {"shortest_edge": 224},
"resample": 2,
"crop_pct": 0.9,
"interpolation": "bilinear",
"mean": [0.485, 0.456, 0.406],
"std": [0.229, 0.224, 0.225]
}