vikp commited on
Commit
6352ac1
1 Parent(s): 607cba2

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +37 -0
preprocessor_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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,
9
+ "do_pad": true,
10
+ "do_reduce_labels": true,
11
+ "do_rescale": true,
12
+ "do_resize": true,
13
+ "do_thumbnail": true,
14
+ "feature_extractor_type": "SegformerFeatureExtractor",
15
+ "image_mean": [
16
+ 0.485,
17
+ 0.456,
18
+ 0.406
19
+ ],
20
+ "image_processor_type": "OrderImageProcessor",
21
+ "image_std": [
22
+ 0.229,
23
+ 0.224,
24
+ 0.225
25
+ ],
26
+ "max_boxes": 256,
27
+ "patch_size": [
28
+ 4,
29
+ 4
30
+ ],
31
+ "resample": 2,
32
+ "rescale_factor": 0.00392156862745098,
33
+ "size": {
34
+ "height": 1024,
35
+ "width": 1024
36
+ }
37
+ }