propainter / preprocessor_config.json
ruffy369's picture
Upload preprocessor_config.json
60d3af0 verified
raw
history blame contribute delete
497 Bytes
{
"crop_size": {
"height": 224,
"width": 224
},
"do_center_crop": false,
"do_normalize": false,
"do_rescale": true,
"do_resize": false,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "ProPainterVideoProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"mask_dilation": 4,
"resample": 0,
"rescale_factor": 0.00392156862745098,
"scale_size": null,
"size": {
"shortest_edge": 256
},
"video_painting_mode": "video_inpainting"
}