Skip to content

Commit

Permalink
update location
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Sep 27, 2024
1 parent fe7f26e commit e410aef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"b_max": 1.0
},
{
"_target_": "AddLabelAsGuidanced",
"_target_": "monai.apps.nuclick.transforms.AddLabelAsGuidanced",
"keys": "image",
"source": "label"
}
Expand Down
12 changes: 6 additions & 6 deletions models/pathology_nuclei_classification/configs/train.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
]
},
{
"_target_": "SplitLabeld",
"_target_": "monai.apps.nuclick.transforms.SplitLabeld",
"keys": "label",
"mask_value": "",
"others_value": 255,
Expand Down Expand Up @@ -100,7 +100,7 @@
"b_max": 1.0
},
{
"_target_": "AddLabelAsGuidanced",
"_target_": "monai.apps.nuclick.transforms.AddLabelAsGuidanced",
"keys": "image",
"source": "label"
},
Expand All @@ -110,7 +110,7 @@
"offset": -1
},
{
"_target_": "SelectItemsd",
"_target_": "monai.apps.nuclick.transforms.SelectItemsd",
"keys": [
"image",
"label"
Expand Down Expand Up @@ -244,7 +244,7 @@
]
},
{
"_target_": "SplitLabeld",
"_target_": "monai.apps.nuclick.transforms.SplitLabeld",
"keys": "label",
"mask_value": "",
"others_value": 255,
Expand All @@ -259,12 +259,12 @@
"b_max": 1.0
},
{
"_target_": "AddLabelAsGuidanced",
"_target_": "monai.apps.nuclick.transforms.AddLabelAsGuidanced",
"keys": "image",
"source": "label"
},
{
"_target_": "SetLabelClassd",
"_target_": "monai.apps.nuclick.transforms.SetLabelClassd",
"keys": "label",
"offset": -1
},
Expand Down
10 changes: 5 additions & 5 deletions models/pathology_nuclick_annotation/configs/train.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
]
},
{
"_target_": "SplitLabeld",
"_target_": "monai.apps.nuclick.transforms.SplitLabeld",
"keys": "label",
"mask_value": "",
"others_value": 255
Expand Down Expand Up @@ -103,7 +103,7 @@
"b_max": 1.0
},
{
"_target_": "AddPointGuidanceSignald",
"_target_": "monai.apps.nuclick.transforms.AddPointGuidanceSignald",
"image": "image",
"label": "label",
"others": "others",
Expand Down Expand Up @@ -219,7 +219,7 @@
]
},
{
"_target_": "SplitLabeld",
"_target_": "monai.apps.nuclick.transforms.SplitLabeld",
"keys": "label",
"mask_value": "",
"others_value": 255
Expand All @@ -233,7 +233,7 @@
"b_max": 1.0
},
{
"_target_": "AddPointGuidanceSignald",
"_target_": "monai.apps.nuclick.transforms.AddPointGuidanceSignald",
"image": "image",
"label": "label",
"others": "others",
Expand All @@ -242,7 +242,7 @@
"drop_rate": 1.0
},
{
"_target_": "SelectItemsd",
"_target_": "monai.apps.nuclick.transforms.SelectItemsd",
"keys": [
"image",
"label",
Expand Down

0 comments on commit e410aef

Please sign in to comment.