Skip to content

Commit

Permalink
update meta
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Mar 21, 2024
1 parent 4280a01 commit 93f3bfd
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 10 deletions.
3 changes: 2 additions & 1 deletion models/brats_mri_segmentation/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.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",
Expand Down
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.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",
Expand Down
3 changes: 2 additions & 1 deletion models/endoscopic_tool_segmentation/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.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",
Expand Down
3 changes: 2 additions & 1 deletion models/lung_nodule_ct_detection/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.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",
Expand Down
3 changes: 2 additions & 1 deletion models/pancreas_ct_dints_segmentation/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.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",
Expand Down
3 changes: 2 additions & 1 deletion models/pathology_nuclick_annotation/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.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",
Expand Down
3 changes: 2 additions & 1 deletion models/spleen_ct_segmentation/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.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",
Expand Down
3 changes: 2 additions & 1 deletion models/spleen_deepedit_annotation/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.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",
Expand Down
3 changes: 2 additions & 1 deletion models/swin_unetr_btcv_segmentation/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.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",
Expand Down
3 changes: 2 additions & 1 deletion models/wholeBody_ct_segmentation/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.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",
Expand Down

0 comments on commit 93f3bfd

Please sign in to comment.