Upload processor
Browse files- preprocessor_config.json +34 -0
preprocessor_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": [
|
11 |
+
0.485,
|
12 |
+
0.456,
|
13 |
+
0.406
|
14 |
+
],
|
15 |
+
"image_processor_type": "SamImageProcessor",
|
16 |
+
"image_std": [
|
17 |
+
0.229,
|
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 |
+
}
|