ybelkada commited on
Commit
2b35cf6
1 Parent(s): 6348709

Upload processor

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +8 -14
preprocessor_config.json CHANGED
@@ -1,10 +1,7 @@
1
  {
2
- "amg_box_nms_thresh": 0.7,
3
- "amg_pred_iou_thresh": 0.88,
4
- "amg_stability_score_offset": 1.0,
5
- "amg_stability_score_thresh": 0.95,
6
  "do_convert_rgb": true,
7
  "do_normalize": true,
 
8
  "do_rescale": true,
9
  "do_resize": true,
10
  "image_mean": [
@@ -18,17 +15,14 @@
18
  0.224,
19
  0.225
20
  ],
21
- "mask_threshold": 0.0,
22
- "n_layers": 0,
23
- "overlap_ratio": 0.3413333333333333,
24
- "points_per_crop": 32,
25
  "processor_class": "SamProcessor",
26
- "resample": 3,
27
  "rescale_factor": 0.00392156862745098,
28
- "scale_per_layer": 1,
29
  "size": {
30
- "height": 384,
31
- "width": 384
32
- },
33
- "target_size": 1024
34
  }
 
1
  {
 
 
 
 
2
  "do_convert_rgb": true,
3
  "do_normalize": true,
4
+ "do_pad": true,
5
  "do_rescale": true,
6
  "do_resize": true,
7
  "image_mean": [
 
15
  0.224,
16
  0.225
17
  ],
18
+ "pad_size": {
19
+ "height": 1024,
20
+ "width": 1024
21
+ },
22
  "processor_class": "SamProcessor",
23
+ "resample": 2,
24
  "rescale_factor": 0.00392156862745098,
 
25
  "size": {
26
+ "longest_edge": 1024
27
+ }
 
 
28
  }