-
Notifications
You must be signed in to change notification settings - Fork 0
Inoutseg fix #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Inoutseg fix #25
Changes from all commits
7f72308
95a2a7c
d721980
4fa9840
20c93e8
859c229
2f1165e
cd4330b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -3,9 +3,9 @@ | |||||||
| "kernel_type": "Scharr", | ||||||||
| "absolute": true, | ||||||||
| "retain_stats": true, | ||||||||
| "mix_prob": 0.90, | ||||||||
| "in_seg": 0.5, | ||||||||
| "out_seg": 0.5, | ||||||||
| "mix_prob": 0.50, | ||||||||
| "in_seg": 0.1, | ||||||||
| "out_seg": 0.1, | ||||||||
| "mix_in_out": true, | ||||||||
| "probability": 0.15 | ||||||||
| }, | ||||||||
|
|
@@ -14,18 +14,18 @@ | |||||||
| "sigma": 1.0, | ||||||||
| "retain_stats": false, | ||||||||
| "mix_prob": 0.50, | ||||||||
| "in_seg": 0.5, | ||||||||
| "out_seg": 0.5, | ||||||||
| "mix_in_out": false, | ||||||||
| "probability": 0.20 | ||||||||
| "in_seg": 0.1, | ||||||||
| "out_seg": 0.1, | ||||||||
| "mix_in_out": true, | ||||||||
| "probability": 0.15 | ||||||||
| }, | ||||||||
| "UnsharpMaskTransform": { | ||||||||
| "kernel_type": "UnsharpMask", | ||||||||
| "sigma": 1.0, | ||||||||
| "unsharp_amount": 1.5, | ||||||||
| "retain_stats": false, | ||||||||
| "in_seg": 0.5, | ||||||||
| "out_seg": 0.5, | ||||||||
| "in_seg": 0.1, | ||||||||
| "out_seg": 0.1, | ||||||||
| "mix_in_out": true, | ||||||||
| "mix_prob": 0.50, | ||||||||
| "probability": 0.10 | ||||||||
|
|
@@ -34,83 +34,85 @@ | |||||||
| "kernel_type": "RandConv", | ||||||||
| "kernel_sizes": [3,5,7], | ||||||||
| "retain_stats": true, | ||||||||
| "in_seg": 0.5, | ||||||||
| "out_seg": 0.5, | ||||||||
| "in_seg": 0.1, | ||||||||
| "out_seg": 0.1, | ||||||||
| "mix_in_out": true, | ||||||||
| "mix_prob": 0.50, | ||||||||
| "probability": 0.10 | ||||||||
| }, | ||||||||
| "RedistributeSegTransform": { | ||||||||
| "in_seg": 0.2, | ||||||||
| "in_seg": 0.25, | ||||||||
| "retain_stats": true, | ||||||||
| "probability": 0.5 | ||||||||
| "probability": 0.1 | ||||||||
| }, | ||||||||
| "GaussianNoiseTransform": { | ||||||||
| "mean": 0.0, | ||||||||
| "std": 0.1, | ||||||||
| "std": 1.0, | ||||||||
| "in_seg": 0.5, | ||||||||
| "out_seg": 0.5, | ||||||||
| "mix_in_out": true, | ||||||||
| "probability": 0.10 | ||||||||
| "probability": 0.15 | ||||||||
| }, | ||||||||
| "ClampTransform": { | ||||||||
| "max_clamp_amount": 0.2, | ||||||||
| "retain_stats": false, | ||||||||
| "in_seg": 0.5, | ||||||||
| "out_seg": 0.5, | ||||||||
| "retain_stats": true, | ||||||||
| "in_seg": 0.1, | ||||||||
| "out_seg": 0.1, | ||||||||
| "mix_in_out": true, | ||||||||
| "probability": 0.40 | ||||||||
| "probability": 0.05 | ||||||||
| }, | ||||||||
| "BrightnessTransform": { | ||||||||
| "brightness_range": [0.75, 1.25], | ||||||||
| "in_seg": 0.0, | ||||||||
| "out_seg": 0.0, | ||||||||
| "mix_in_out": false, | ||||||||
| "probability": 0.15 | ||||||||
| "in_seg": 0.1, | ||||||||
| "out_seg": 0.1, | ||||||||
| "mix_in_out": true, | ||||||||
| "probability": 0.5 | ||||||||
| }, | ||||||||
| "GammaTransform": { | ||||||||
| "gamma_range": [0.7, 1.5], | ||||||||
| "retain_stats": true, | ||||||||
| "in_seg": 0.5, | ||||||||
| "out_seg": 0.5, | ||||||||
| "in_seg": 0.1, | ||||||||
| "out_seg": 0.1, | ||||||||
| "mix_in_out": true, | ||||||||
| "probability": 0.30 | ||||||||
| "probability": 0.50 | ||||||||
| }, | ||||||||
| "InvGammaTransform": { | ||||||||
| "gamma_range": [0.7, 1.5], | ||||||||
| "retain_stats": true, | ||||||||
| "in_seg": 0.5, | ||||||||
| "out_seg": 0.5, | ||||||||
| "in_seg": 0.1, | ||||||||
| "out_seg": 0.1, | ||||||||
| "mix_in_out": true, | ||||||||
| "probability": 0.10 | ||||||||
| "probability": 0.30 | ||||||||
| }, | ||||||||
| "ContrastTransform": { | ||||||||
| "contrast_range": [0.75, 1.25], | ||||||||
| "retain_stats": false, | ||||||||
| "in_seg": 0.0, | ||||||||
| "out_seg": 0.0, | ||||||||
| "mix_in_out": false, | ||||||||
| "probability": 0.15 | ||||||||
| "in_seg": 0.1, | ||||||||
| "out_seg": 0.1, | ||||||||
| "mix_in_out": true, | ||||||||
| "probability": 0.5 | ||||||||
| }, | ||||||||
| "FunctionTransform": { | ||||||||
| "retain_stats": true, | ||||||||
| "in_seg": 0.5, | ||||||||
| "out_seg": 0.5, | ||||||||
| "mix_in_out": true, | ||||||||
| "probability": 0.05 | ||||||||
| "in_seg": 0, | ||||||||
| "out_seg": 0, | ||||||||
| "mix_in_out": false, | ||||||||
| "probability": 0.025 | ||||||||
| }, | ||||||||
| "InverseTransform": { | ||||||||
| "retain_stats": true, | ||||||||
| "in_seg": 0.5, | ||||||||
| "out_seg": 0.5, | ||||||||
| "in_seg": 0.1, | ||||||||
| "out_seg": 0.1, | ||||||||
| "mix_in_out": true, | ||||||||
| "probability": 0.05 | ||||||||
| "mix_prob": 0.50, | ||||||||
| "probability": 0.1 | ||||||||
| }, | ||||||||
| "HistogramEqualizationTransform": { | ||||||||
| "retain_stats": false, | ||||||||
| "in_seg": 0.5, | ||||||||
| "out_seg": 0.5, | ||||||||
| "retain_stats": true, | ||||||||
| "in_seg": 0, | ||||||||
| "out_seg": 0, | ||||||||
| "mix_in_out": true, | ||||||||
| "mix_prob": 0.80, | ||||||||
| "probability": 0.10 | ||||||||
| }, | ||||||||
| "SimulateLowResTransform": { | ||||||||
|
|
@@ -123,14 +125,14 @@ | |||||||
| "scale": [0.6, 1.0], | ||||||||
| "crop": [1.0, 1.0], | ||||||||
| "same_on_batch": false, | ||||||||
| "probability": 0.40 | ||||||||
| "probability": 0.05 | ||||||||
| }, | ||||||||
| "BiasFieldTransform": { | ||||||||
| "retain_stats": false, | ||||||||
| "coefficients": 0.5, | ||||||||
| "in_seg": 0.5, | ||||||||
| "out_seg": 0.5, | ||||||||
| "mix_in_out": false, | ||||||||
| "retain_stats": true, | ||||||||
| "coefficients": 0.2, | ||||||||
| "in_seg": 0.1, | ||||||||
| "out_seg": 0.1, | ||||||||
| "mix_in_out": true, | ||||||||
| "probability": 0.10 | ||||||||
| }, | ||||||||
| "FlipTransform": { | ||||||||
|
|
@@ -145,19 +147,9 @@ | |||||||
| "scale": [0.7, 1.4], | ||||||||
| "shear": [-5, 5, -5, 5, -5, 5], | ||||||||
| "resample": "bilinear", | ||||||||
| "probability": 0 | ||||||||
| }, | ||||||||
| "nnUNetSpatialTransform": { | ||||||||
| "patch_center_dist_from_border": 80, | ||||||||
| "random_crop": true, | ||||||||
| "p_elastic_deform": 0.2, | ||||||||
| "p_rotation": 0.5, | ||||||||
| "p_scaling": 0.5, | ||||||||
| "scaling": [0.7, 1.4], | ||||||||
| "p_synchronize_scaling_across_axes": 1, | ||||||||
| "bg_style_seg_sampling": false | ||||||||
| "probability": 0.5 | ||||||||
| }, | ||||||||
| "ZscoreNormalizationTransform": { | ||||||||
| "probability": 0.3 | ||||||||
| "probability": 0.0 | ||||||||
| } | ||||||||
|
||||||||
| } | |
| }, | |
| "_comment_nnUNetSpatialTransform": "The former 'nnUNetSpatialTransform' configuration block was intentionally removed. Spatial augmentations now rely on default parameters in nnUNetTrainerDAExt.py when this key is absent." |
Uh oh!
There was an error while loading. Please reload this page.