swin-base-multi-fractal-1k / preprocessor_config.json
Mitsua's picture
Upload 4 files
cc84129 verified
raw
history blame contribute delete
No virus
264 Bytes
{
"do_normalize": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "ViTFeatureExtractor",
"image_std": [
0.5,
0.5,
0.5
],
"resample": 3,
"size": {
"height": 224,
"width": 224
}
}