From e410aef0c619035b87d8cdb2c0b7e8e063aa1393 Mon Sep 17 00:00:00 2001 From: YunLiu <55491388+KumoLiu@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:04:23 +0800 Subject: [PATCH] update location Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> --- .../configs/inference.json | 2 +- .../configs/train.json | 12 ++++++------ .../pathology_nuclick_annotation/configs/train.json | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/models/pathology_nuclei_classification/configs/inference.json b/models/pathology_nuclei_classification/configs/inference.json index 3bbb3292..07cd012f 100644 --- a/models/pathology_nuclei_classification/configs/inference.json +++ b/models/pathology_nuclei_classification/configs/inference.json @@ -48,7 +48,7 @@ "b_max": 1.0 }, { - "_target_": "AddLabelAsGuidanced", + "_target_": "monai.apps.nuclick.transforms.AddLabelAsGuidanced", "keys": "image", "source": "label" } diff --git a/models/pathology_nuclei_classification/configs/train.json b/models/pathology_nuclei_classification/configs/train.json index 517d7423..47776324 100644 --- a/models/pathology_nuclei_classification/configs/train.json +++ b/models/pathology_nuclei_classification/configs/train.json @@ -58,7 +58,7 @@ ] }, { - "_target_": "SplitLabeld", + "_target_": "monai.apps.nuclick.transforms.SplitLabeld", "keys": "label", "mask_value": "", "others_value": 255, @@ -100,7 +100,7 @@ "b_max": 1.0 }, { - "_target_": "AddLabelAsGuidanced", + "_target_": "monai.apps.nuclick.transforms.AddLabelAsGuidanced", "keys": "image", "source": "label" }, @@ -110,7 +110,7 @@ "offset": -1 }, { - "_target_": "SelectItemsd", + "_target_": "monai.apps.nuclick.transforms.SelectItemsd", "keys": [ "image", "label" @@ -244,7 +244,7 @@ ] }, { - "_target_": "SplitLabeld", + "_target_": "monai.apps.nuclick.transforms.SplitLabeld", "keys": "label", "mask_value": "", "others_value": 255, @@ -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 }, diff --git a/models/pathology_nuclick_annotation/configs/train.json b/models/pathology_nuclick_annotation/configs/train.json index b1281626..aa02bae6 100644 --- a/models/pathology_nuclick_annotation/configs/train.json +++ b/models/pathology_nuclick_annotation/configs/train.json @@ -62,7 +62,7 @@ ] }, { - "_target_": "SplitLabeld", + "_target_": "monai.apps.nuclick.transforms.SplitLabeld", "keys": "label", "mask_value": "", "others_value": 255 @@ -103,7 +103,7 @@ "b_max": 1.0 }, { - "_target_": "AddPointGuidanceSignald", + "_target_": "monai.apps.nuclick.transforms.AddPointGuidanceSignald", "image": "image", "label": "label", "others": "others", @@ -219,7 +219,7 @@ ] }, { - "_target_": "SplitLabeld", + "_target_": "monai.apps.nuclick.transforms.SplitLabeld", "keys": "label", "mask_value": "", "others_value": 255 @@ -233,7 +233,7 @@ "b_max": 1.0 }, { - "_target_": "AddPointGuidanceSignald", + "_target_": "monai.apps.nuclick.transforms.AddPointGuidanceSignald", "image": "image", "label": "label", "others": "others", @@ -242,7 +242,7 @@ "drop_rate": 1.0 }, { - "_target_": "SelectItemsd", + "_target_": "monai.apps.nuclick.transforms.SelectItemsd", "keys": [ "image", "label",