deepfillv2-inpainting / preprocessor_config.json
ford442's picture
Create preprocessor_config.json
48bb8b2 verified
raw
history blame contribute delete
264 Bytes
{
"name": "deepfillv2",
"image_processor_type": "DeepFillv2ImageProcessor",
"do_resize": true,
"size": {
"height": 1080,
"width": 1920
},
"do_normalize": true,
"image_mean": [
0.5, 0.5, 0.5
],
"image_std": [
0.5, 0.5, 0.5
]
}