ruffy369 commited on
Commit
60d3af0
·
verified ·
1 Parent(s): 7763a16

Upload preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +29 -0
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": false,
8
+ "do_rescale": true,
9
+ "do_resize": false,
10
+ "image_mean": [
11
+ 0.5,
12
+ 0.5,
13
+ 0.5
14
+ ],
15
+ "image_processor_type": "ProPainterVideoProcessor",
16
+ "image_std": [
17
+ 0.5,
18
+ 0.5,
19
+ 0.5
20
+ ],
21
+ "mask_dilation": 4,
22
+ "resample": 0,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "scale_size": null,
25
+ "size": {
26
+ "shortest_edge": 256
27
+ },
28
+ "video_painting_mode": "video_inpainting"
29
+ }