Hennara commited on
Commit
833ea6c
·
verified ·
1 Parent(s): 6c756ca

Upload processor

Browse files
Files changed (2) hide show
  1. preprocessor_config.json +36 -32
  2. processor_config.json +1 -1
preprocessor_config.json CHANGED
@@ -7,64 +7,68 @@
7
  "do_resize": true,
8
  "image_grid_pinpoints": [
9
  [
10
- 384,
11
- 384
12
  ],
13
  [
14
- 384,
15
- 768
16
  ],
17
  [
18
- 384,
19
- 1152
20
  ],
21
  [
22
- 384,
23
- 1536
24
  ],
25
  [
26
- 1536,
27
- 384
28
  ],
29
  [
30
- 1152,
31
- 384
32
  ],
33
  [
34
- 768,
35
- 384
36
  ],
37
  [
38
- 768,
39
- 768
40
  ],
41
  [
42
- 768,
43
- 1152
44
  ],
45
  [
46
- 768,
47
- 1536
48
  ],
49
  [
50
- 1536,
51
- 768
52
  ],
53
  [
54
- 1152,
55
- 768
56
  ],
57
  [
58
- 1152,
59
- 1536
60
  ],
61
  [
62
- 1536,
63
- 1152
64
  ],
65
  [
66
- 1152,
67
- 1152
 
 
 
 
68
  ]
69
  ],
70
  "image_mean": [
@@ -82,7 +86,7 @@
82
  "resample": 1,
83
  "rescale_factor": 0.00392156862745098,
84
  "size": {
85
- "longest_edge": 1536,
86
- "shortest_edge": 384
87
  }
88
  }
 
7
  "do_resize": true,
8
  "image_grid_pinpoints": [
9
  [
10
+ 364,
11
+ 364
12
  ],
13
  [
14
+ 364,
15
+ 728
16
  ],
17
  [
18
+ 364,
19
+ 1092
20
  ],
21
  [
22
+ 1092,
23
+ 364
24
  ],
25
  [
26
+ 728,
27
+ 364
28
  ],
29
  [
30
+ 728,
31
+ 728
32
  ],
33
  [
34
+ 728,
35
+ 1092
36
  ],
37
  [
38
+ 1092,
39
+ 728
40
  ],
41
  [
42
+ 1092,
43
+ 1092
44
  ],
45
  [
46
+ 364,
47
+ 1456
48
  ],
49
  [
50
+ 1456,
51
+ 364
52
  ],
53
  [
54
+ 728,
55
+ 1456
56
  ],
57
  [
58
+ 1456,
59
+ 728
60
  ],
61
  [
62
+ 1456,
63
+ 1092
64
  ],
65
  [
66
+ 1092,
67
+ 1456
68
+ ],
69
+ [
70
+ 1456,
71
+ 1456
72
  ]
73
  ],
74
  "image_mean": [
 
86
  "resample": 1,
87
  "rescale_factor": 0.00392156862745098,
88
  "size": {
89
+ "longest_edge": 1456,
90
+ "shortest_edge": 364
91
  }
92
  }
processor_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "image_seq_len": 182,
3
  "patch_size": 14,
4
  "processor_class": "KawnIdefics3Processor"
5
  }
 
1
  {
2
+ "image_seq_len": 169,
3
  "patch_size": 14,
4
  "processor_class": "KawnIdefics3Processor"
5
  }