US_FiLMUNet / preprocessor_config.json
Morelli001's picture
Upload folder using huggingface_hub
aee1a39 verified
raw
history blame contribute delete
173 Bytes
{
"do_resize": true,
"size": [512, 512],
"keep_ratio": true,
"image_mean": [123.675, 116.28, 103.53],
"image_std": [58.395, 57.12, 57.375],
"self_norm": false
}