Upload processor
Browse files- 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 |
-
"
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
"processor_class": "SamProcessor",
|
| 26 |
-
"resample":
|
| 27 |
"rescale_factor": 0.00392156862745098,
|
| 28 |
-
"scale_per_layer": 1,
|
| 29 |
"size": {
|
| 30 |
-
"
|
| 31 |
-
|
| 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 |
}
|