Update preprocessor_config.json
Browse files- preprocessor_config.json +6 -11
preprocessor_config.json
CHANGED
@@ -1,15 +1,10 @@
|
|
1 |
{
|
2 |
-
"do_normalize": true,
|
3 |
"do_resize": true,
|
4 |
-
"
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
"
|
10 |
-
0.5,
|
11 |
-
0.5,
|
12 |
-
0.5
|
13 |
-
],
|
14 |
"size": 224
|
15 |
}
|
|
|
1 |
{
|
|
|
2 |
"do_resize": true,
|
3 |
+
"image_processor_type": "ProPainterImageProcessor",
|
4 |
+
"mask_dilation": 4,
|
5 |
+
"resize_ratio": 1.0,
|
6 |
+
"save_fps": 24,
|
7 |
+
"scale_h": 1.0,
|
8 |
+
"scale_w": 1.2,
|
|
|
|
|
|
|
|
|
9 |
"size": 224
|
10 |
}
|