File size: 497 Bytes
60d3af0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
{
"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"
}
|