From 93f3bfd11433ec94a879456ab6029e3bee23aad2 Mon Sep 17 00:00:00 2001 From: YunLiu <55491388+KumoLiu@users.noreply.github.com> Date: Thu, 21 Mar 2024 22:16:06 +0800 Subject: [PATCH] update meta Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> --- models/brats_mri_segmentation/configs/metadata.json | 3 ++- models/endoscopic_inbody_classification/configs/metadata.json | 3 ++- models/endoscopic_tool_segmentation/configs/metadata.json | 3 ++- models/lung_nodule_ct_detection/configs/metadata.json | 3 ++- models/pancreas_ct_dints_segmentation/configs/metadata.json | 3 ++- models/pathology_nuclick_annotation/configs/metadata.json | 3 ++- models/spleen_ct_segmentation/configs/metadata.json | 3 ++- models/spleen_deepedit_annotation/configs/metadata.json | 3 ++- models/swin_unetr_btcv_segmentation/configs/metadata.json | 3 ++- models/wholeBody_ct_segmentation/configs/metadata.json | 3 ++- 10 files changed, 20 insertions(+), 10 deletions(-) diff --git a/models/brats_mri_segmentation/configs/metadata.json b/models/brats_mri_segmentation/configs/metadata.json index 9679fa09..8b206ffb 100644 --- a/models/brats_mri_segmentation/configs/metadata.json +++ b/models/brats_mri_segmentation/configs/metadata.json @@ -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.4.9", + "version": "0.5.0", "changelog": { + "0.5.0": "add load_pretrain flag for infer", "0.4.9": "add checkpoint loader for infer", "0.4.8": "fix the wrong GPU index issue of multi-node", "0.4.7": "enhance prepare datalist file", diff --git a/models/endoscopic_inbody_classification/configs/metadata.json b/models/endoscopic_inbody_classification/configs/metadata.json index a409a130..3601e141 100644 --- a/models/endoscopic_inbody_classification/configs/metadata.json +++ b/models/endoscopic_inbody_classification/configs/metadata.json @@ -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.4.6", + "version": "0.4.7", "changelog": { + "0.4.7": "add load_pretrain flag for infer", "0.4.6": "add output for inference", "0.4.5": "update with EnsureChannelFirstd and remove meta dict usage", "0.4.4": "fix the wrong GPU index issue of multi-node", diff --git a/models/endoscopic_tool_segmentation/configs/metadata.json b/models/endoscopic_tool_segmentation/configs/metadata.json index 612e253b..edfd0a94 100644 --- a/models/endoscopic_tool_segmentation/configs/metadata.json +++ b/models/endoscopic_tool_segmentation/configs/metadata.json @@ -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.5.7", + "version": "0.5.8", "changelog": { + "0.5.8": "add load_pretrain flag for infer", "0.5.7": "add checkpoint loader for infer", "0.5.6": "update to use monai 1.3.0", "0.5.5": "update AddChanneld with EnsureChannelFirstd and set image_only to False", diff --git a/models/lung_nodule_ct_detection/configs/metadata.json b/models/lung_nodule_ct_detection/configs/metadata.json index fdf52609..437422c2 100644 --- a/models/lung_nodule_ct_detection/configs/metadata.json +++ b/models/lung_nodule_ct_detection/configs/metadata.json @@ -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.6.2", + "version": "0.6.3", "changelog": { + "0.6.3": "add load_pretrain flag for infer", "0.6.2": "add checkpoint loader for infer", "0.6.1": "fix format error", "0.6.0": "remove meta_dict usage", diff --git a/models/pancreas_ct_dints_segmentation/configs/metadata.json b/models/pancreas_ct_dints_segmentation/configs/metadata.json index 0bed3dbb..cd3966af 100644 --- a/models/pancreas_ct_dints_segmentation/configs/metadata.json +++ b/models/pancreas_ct_dints_segmentation/configs/metadata.json @@ -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.4.7", + "version": "0.4.8", "changelog": { + "0.4.8": "add load_pretrain flag for infer", "0.4.7": "add missing yaml lib requirement in metadata", "0.4.6": "add checkpoint loader for infer", "0.4.5": "set image_only to False", diff --git a/models/pathology_nuclick_annotation/configs/metadata.json b/models/pathology_nuclick_annotation/configs/metadata.json index 1dfafe62..f9875252 100644 --- a/models/pathology_nuclick_annotation/configs/metadata.json +++ b/models/pathology_nuclick_annotation/configs/metadata.json @@ -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.1.7", + "version": "0.1.8", "changelog": { + "0.1.8": "add load_pretrain flag for infer", "0.1.7": "add checkpoint loader for infer", "0.1.6": "set image_only to False", "0.1.5": "add support for TensorRT conversion and inference", diff --git a/models/spleen_ct_segmentation/configs/metadata.json b/models/spleen_ct_segmentation/configs/metadata.json index 50cb819b..a8ecaab7 100644 --- a/models/spleen_ct_segmentation/configs/metadata.json +++ b/models/spleen_ct_segmentation/configs/metadata.json @@ -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.5.5", + "version": "0.5.6", "changelog": { + "0.5.6": "add load_pretrain flag for infer", "0.5.5": "add checkpoint loader for infer", "0.5.4": "update to use monai 1.3.0", "0.5.3": "fix the wrong GPU index issue of multi-node", diff --git a/models/spleen_deepedit_annotation/configs/metadata.json b/models/spleen_deepedit_annotation/configs/metadata.json index 3afadb0d..c5dcbaac 100644 --- a/models/spleen_deepedit_annotation/configs/metadata.json +++ b/models/spleen_deepedit_annotation/configs/metadata.json @@ -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.5.3", + "version": "0.5.4", "changelog": { + "0.5.4": "add load_pretrain flag for infer", "0.5.3": "update to use monai 1.3.0", "0.5.2": "update the checkpoint loader logic for inference", "0.5.1": "add option to validate at training start, and I/O param entries", diff --git a/models/swin_unetr_btcv_segmentation/configs/metadata.json b/models/swin_unetr_btcv_segmentation/configs/metadata.json index 96a75990..3e8c5b1f 100644 --- a/models/swin_unetr_btcv_segmentation/configs/metadata.json +++ b/models/swin_unetr_btcv_segmentation/configs/metadata.json @@ -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.5.2", + "version": "0.5.3", "changelog": { + "0.5.3": "add load_pretrain flag for infer", "0.5.2": "add checkpoint loader for infer", "0.5.1": "remove meta_dict usage", "0.5.0": "fix the wrong GPU index issue of multi-node", diff --git a/models/wholeBody_ct_segmentation/configs/metadata.json b/models/wholeBody_ct_segmentation/configs/metadata.json index 9bb779b1..5a25c67e 100644 --- a/models/wholeBody_ct_segmentation/configs/metadata.json +++ b/models/wholeBody_ct_segmentation/configs/metadata.json @@ -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.2.2", + "version": "0.2.3", "changelog": { + "0.2.3": "add load_pretrain flag for infer", "0.2.2": "add checkpoint loader for infer", "0.2.1": "remove meta_dict usage", "0.2.0": "add support for TensorRT conversion and inference",