Mettle / preprocessor_config.json
kykatro's picture
Add Mettle RC2 weights, loader, and model card
0e83a2b verified
Raw
History Blame Contribute Delete
382 Bytes
{
"do_center_crop": false,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.707223,
0.578729,
0.703617
],
"image_processor_type": "ViTImageProcessor",
"image_std": [
0.211883,
0.230117,
0.177517
],
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 224,
"width": 224
}
}