shauray commited on
Commit
19c54a0
1 Parent(s): 3d1056a

Update preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +6 -11
preprocessor_config.json CHANGED
@@ -1,15 +1,10 @@
1
  {
2
- "do_normalize": true,
3
  "do_resize": true,
4
- "image_mean": [
5
- 0.5,
6
- 0.5,
7
- 0.5
8
- ],
9
- "image_std": [
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
  }