ultra2207 commited on
Commit
44bdac5
·
verified ·
1 Parent(s): 284e417

Upload /preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +50 -0
preprocessor_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_valid_processor_keys": [
3
+ "images",
4
+ "do_resize",
5
+ "size",
6
+ "resample",
7
+ "do_center_crop",
8
+ "crop_size",
9
+ "do_rescale",
10
+ "rescale_factor",
11
+ "do_normalize",
12
+ "image_mean",
13
+ "image_std",
14
+ "do_convert_rgb",
15
+ "return_tensors",
16
+ "data_format",
17
+ "input_data_format"
18
+ ],
19
+ "auto_map": {
20
+ "AutoProcessor": "microsoft/Florence-2-large--processing_florence2.Florence2Processor"
21
+ },
22
+ "crop_size": {
23
+ "height": 768,
24
+ "width": 768
25
+ },
26
+ "do_center_crop": false,
27
+ "do_convert_rgb": null,
28
+ "do_normalize": true,
29
+ "do_rescale": true,
30
+ "do_resize": true,
31
+ "image_mean": [
32
+ 0.485,
33
+ 0.456,
34
+ 0.406
35
+ ],
36
+ "image_processor_type": "CLIPImageProcessor",
37
+ "image_seq_length": 577,
38
+ "image_std": [
39
+ 0.229,
40
+ 0.224,
41
+ 0.225
42
+ ],
43
+ "processor_class": "Florence2Processor",
44
+ "resample": 3,
45
+ "rescale_factor": 0.00392156862745098,
46
+ "size": {
47
+ "height": 768,
48
+ "width": 768
49
+ }
50
+ }