ViT-textile-dating-lube / preprocessor_config.json
GBaker's picture
Update preprocessor_config.json
afd4b03 verified
raw
history blame contribute delete
342 Bytes
{
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.567,
0.5327,
0.4973
],
"image_processor_type": "ViTImageProcessor",
"image_std": [
0.2165,
0.2195,
0.2175
],
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 224,
"width": 224
}
}