MAD-NP / preprocessor_config.json
mselmangokmen's picture
Upload 3 files
776ed6d verified
raw
history blame contribute delete
410 Bytes
{
"crop_size": {
"height": 224,
"width": 224
},
"do_center_crop": true,
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.874729,
0.805668,
0.775503
],
"model_type": "dinov2_with_registers",
"image_processor_type": "BitImageProcessor",
"image_std": [
0.087585,
0.095079,
0.102132
],
"resample": 3,
"size": {
"shortest_edge": 256
}
}