nielsr HF staff commited on
Commit
3d9e586
1 Parent(s): 616c3ad

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +26 -0
preprocessor_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": false,
5
+ "do_resize": false,
6
+ "ensure_multiple_of": 1,
7
+ "image_mean": [
8
+ 123.675,
9
+ 116.28,
10
+ 103.53
11
+ ],
12
+ "image_processor_type": "DPTImageProcessor",
13
+ "image_std": [
14
+ 58.395,
15
+ 57.12,
16
+ 57.375
17
+ ],
18
+ "keep_aspect_ratio": false,
19
+ "resample": 2,
20
+ "rescale_factor": 0.00392156862745098,
21
+ "size": {
22
+ "height": 384,
23
+ "width": 384
24
+ },
25
+ "size_divisibility": 14
26
+ }