US_Cond-UNet / preprocessor_config.json
Morelli001's picture
Upload folder using huggingface_hub
badc3e1 verified
Raw
History Blame Contribute Delete
234 Bytes
{
"image_processor_type": "CondUNetImageProcessor",
"image_size": 512,
"keep_aspect_ratio": true,
"mean": [
123.675,
116.28,
103.53
],
"self_normalize": true,
"std": [
58.395,
57.12,
57.375
]
}