patrickauradine commited on
Commit
3c549fe
·
verified ·
1 Parent(s): c4bfaad

Upload preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +38 -0
preprocessor_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_processor_class": null,
3
+ "do_resize": false,
4
+ "size": {
5
+ "shortest_edge": 224
6
+ },
7
+ "crop_pct": 0.875,
8
+ "resample": 3,
9
+ "do_rescale": true,
10
+ "rescale_factor": 0.00392156862745098,
11
+ "do_normalize": true,
12
+ "image_mean": [
13
+ 0.485,
14
+ 0.456,
15
+ 0.406
16
+ ],
17
+ "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "_valid_processor_keys": [
23
+ "images",
24
+ "do_resize",
25
+ "size",
26
+ "crop_pct",
27
+ "resample",
28
+ "do_rescale",
29
+ "rescale_factor",
30
+ "do_normalize",
31
+ "image_mean",
32
+ "image_std",
33
+ "return_tensors",
34
+ "data_format",
35
+ "input_data_format"
36
+ ],
37
+ "image_processor_type": "ConvNextImageProcessor"
38
+ }