vikp commited on
Commit
3527759
1 Parent(s): 8429f44

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +6 -4
preprocessor_config.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "box_pad_id": 1001,
3
  "box_size": {
4
- "height": 1000,
5
- "width": 1000
6
  },
7
  "do_align_long_axis": false,
8
  "do_normalize": true,
@@ -23,7 +23,7 @@
23
  0.224,
24
  0.225
25
  ],
26
- "max_boxes": 256,
27
  "patch_size": [
28
  4,
29
  4
@@ -33,5 +33,7 @@
33
  "size": {
34
  "height": 1024,
35
  "width": 1024
36
- }
 
 
37
  }
 
1
  {
2
  "box_pad_id": 1001,
3
  "box_size": {
4
+ "height": 1024,
5
+ "width": 1024
6
  },
7
  "do_align_long_axis": false,
8
  "do_normalize": true,
 
23
  0.224,
24
  0.225
25
  ],
26
+ "max_boxes": 255,
27
  "patch_size": [
28
  4,
29
  4
 
33
  "size": {
34
  "height": 1024,
35
  "width": 1024
36
+ },
37
+ "token_pad_id": 1282,
38
+ "token_sep_id": 1281
39
  }