inferencerlabs commited on
Commit
6d856ec
·
verified ·
1 Parent(s): de5460c

Upload model file

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +143 -0
preprocessor_config.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 384,
4
+ "width": 384
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_pad": true,
10
+ "do_rescale": true,
11
+ "do_resize": true,
12
+ "image_grid_pinpoints": [
13
+ [
14
+ 384,
15
+ 384
16
+ ],
17
+ [
18
+ 384,
19
+ 768
20
+ ],
21
+ [
22
+ 384,
23
+ 1152
24
+ ],
25
+ [
26
+ 384,
27
+ 1536
28
+ ],
29
+ [
30
+ 384,
31
+ 1920
32
+ ],
33
+ [
34
+ 384,
35
+ 2304
36
+ ],
37
+ [
38
+ 384,
39
+ 2688
40
+ ],
41
+ [
42
+ 384,
43
+ 3072
44
+ ],
45
+ [
46
+ 384,
47
+ 3456
48
+ ],
49
+ [
50
+ 384,
51
+ 3840
52
+ ],
53
+ [
54
+ 768,
55
+ 384
56
+ ],
57
+ [
58
+ 768,
59
+ 768
60
+ ],
61
+ [
62
+ 768,
63
+ 1152
64
+ ],
65
+ [
66
+ 768,
67
+ 1536
68
+ ],
69
+ [
70
+ 768,
71
+ 1920
72
+ ],
73
+ [
74
+ 1152,
75
+ 384
76
+ ],
77
+ [
78
+ 1152,
79
+ 768
80
+ ],
81
+ [
82
+ 1152,
83
+ 1152
84
+ ],
85
+ [
86
+ 1536,
87
+ 384
88
+ ],
89
+ [
90
+ 1536,
91
+ 768
92
+ ],
93
+ [
94
+ 1920,
95
+ 384
96
+ ],
97
+ [
98
+ 1920,
99
+ 768
100
+ ],
101
+ [
102
+ 2304,
103
+ 384
104
+ ],
105
+ [
106
+ 2688,
107
+ 384
108
+ ],
109
+ [
110
+ 3072,
111
+ 384
112
+ ],
113
+ [
114
+ 3456,
115
+ 384
116
+ ],
117
+ [
118
+ 3840,
119
+ 384
120
+ ]
121
+ ],
122
+ "image_mean": [
123
+ 0.5,
124
+ 0.5,
125
+ 0.5
126
+ ],
127
+ "image_processor_type": "LlavaNextImageProcessor",
128
+ "image_std": [
129
+ 0.5,
130
+ 0.5,
131
+ 0.5
132
+ ],
133
+ "processor_class": "Granite4VisionProcessor",
134
+ "auto_map": {
135
+ "AutoProcessor": "processing.Granite4VisionProcessor"
136
+ },
137
+ "resample": 3,
138
+ "rescale_factor": 0.00392156862745098,
139
+ "size": {
140
+ "height": 384,
141
+ "width": 384
142
+ }
143
+ }