clinteroni commited on
Commit
6b6953d
·
verified ·
1 Parent(s): ccc87a4

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +33 -0
preprocessor_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 518,
4
+ "width": 518
5
+ },
6
+ "data_format": "channels_first",
7
+ "default_to_square": false,
8
+ "device": null,
9
+ "disable_grouping": null,
10
+ "do_center_crop": true,
11
+ "do_convert_rgb": true,
12
+ "do_normalize": true,
13
+ "do_rescale": true,
14
+ "do_resize": true,
15
+ "image_mean": [
16
+ 0.5307,
17
+ 0.5307,
18
+ 0.5307
19
+ ],
20
+ "image_processor_type": "BitImageProcessorFast",
21
+ "image_std": [
22
+ 0.2583,
23
+ 0.2583,
24
+ 0.2583
25
+ ],
26
+ "input_data_format": null,
27
+ "resample": 3,
28
+ "rescale_factor": 0.00392156862745098,
29
+ "return_tensors": null,
30
+ "size": {
31
+ "shortest_edge": 518
32
+ }
33
+ }