omega-vit-g-reformed / preprocessor_config.json
AbstractPhil's picture
Upload: Omega 73 Custom FP32 clip_G full OpenCLIP-compatible model
05ca3e0 verified
raw
history blame contribute delete
344 Bytes
{
"do_resize": true,
"size": {
"height": 224,
"width": 224
},
"do_center_crop": true,
"crop_size": {
"height": 224,
"width": 224
},
"do_normalize": true,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_std": [
0.26862954,
0.26130258,
0.27577711
]
}