Skip to content

Commit

Permalink
update ventricular_short_axis_3label
Browse files Browse the repository at this point in the history
Signed-off-by: KumoLiu <[email protected]>
  • Loading branch information
KumoLiu committed Oct 11, 2023
1 parent f6765e4 commit cbadbe8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 2 additions & 1 deletion models/ventricular_short_axis_3label/configs/inference.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"transforms": [
{
"_target_": "LoadImaged",
"keys": "image"
"keys": "image",
"image_only": false
},
{
"_target_": "EnsureChannelFirstd",
Expand Down
3 changes: 2 additions & 1 deletion models/ventricular_short_axis_3label/configs/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20220324.json",
"version": "0.3.2",
"version": "0.3.3",
"changelog": {
"0.3.3": "update AddChanneld with EnsureChannelFirstd",
"0.3.2": "add name tag",
"0.3.1": "modify dataset key name",
"0.3.0": "update license files",
Expand Down
13 changes: 7 additions & 6 deletions models/ventricular_short_axis_3label/configs/train.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@
"keys": "image"
},
{
"_target_": "AddChanneld",
"keys": "@both_keys"
"_target_": "EnsureChannelFirstd",
"keys": "@both_keys",
"channel_dim": "no_channel"
},
{
"_target_": "RandAxisFlipd",
Expand Down Expand Up @@ -98,8 +99,7 @@
"translate_range": 50,
"scale_range": 0.25,
"padding_mode": "$monai.utils.GridSamplePadMode.ZEROS",
"mode": "$(monai.utils.GridSampleMode.BILINEAR,monai.utils.GridSampleMode.NEAREST)",
"as_tensor_output": false
"mode": "$(monai.utils.GridSampleMode.BILINEAR,monai.utils.GridSampleMode.NEAREST)"
},
{
"_target_": "RandSmoothFieldAdjustContrastd",
Expand Down Expand Up @@ -167,8 +167,9 @@
"keys": "image"
},
{
"_target_": "AddChanneld",
"keys": "@both_keys"
"_target_": "EnsureChannelFirstd",
"keys": "@both_keys",
"channel_dim": "no_channel"
},
{
"_target_": "EnsureTyped",
Expand Down

0 comments on commit cbadbe8

Please sign in to comment.