From 22670d4147d7b47378ae798ea2dbecffce78891e Mon Sep 17 00:00:00 2001 From: Suraj Pai Date: Sat, 9 Aug 2025 01:10:08 -0400 Subject: [PATCH 1/4] Update deps for monai bundle download Signed-off-by: Suraj Pai --- models/vista3d/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/vista3d/docs/README.md b/models/vista3d/docs/README.md index 0043fc85..c7fccd96 100644 --- a/models/vista3d/docs/README.md +++ b/models/vista3d/docs/README.md @@ -4,7 +4,7 @@ own datasets. To reproduce the paper results, please refer to https://github.com # Installation Guide ``` -pip install "monai[fire]" +pip install "monai[fire]" requests huggingface_hub python -m monai.bundle download "vista3d" --bundle_dir "bundles/" ``` Please refer to monai model zoo (https://github.com/Project-MONAI/model-zoo) for more details. From 3936e843473301c7db437df31ba188edaa52bd72 Mon Sep 17 00:00:00 2001 From: Suraj Pai Date: Thu, 11 Sep 2025 20:07:40 +0000 Subject: [PATCH 2/4] Update metadata.json Signed-off-by: Suraj Pai --- models/vista3d/configs/metadata.json | 1 + 1 file changed, 1 insertion(+) diff --git a/models/vista3d/configs/metadata.json b/models/vista3d/configs/metadata.json index 2d742967..7d6837c8 100644 --- a/models/vista3d/configs/metadata.json +++ b/models/vista3d/configs/metadata.json @@ -2,6 +2,7 @@ "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20240725.json", "version": "0.5.10", "changelog": { + "0.5.11": "update dependencies for bundle", "0.5.10": "enhance metadata with improved descriptions", "0.5.9": "fix finetuning bug and update readme", "0.5.8": "update to huggingface hosting", From a8199edcff7ae31a37e2ce52520e9af11273ddd0 Mon Sep 17 00:00:00 2001 From: Suraj Pai Date: Fri, 12 Sep 2025 18:46:44 +0000 Subject: [PATCH 3/4] Add ignite Signed-off-by: Suraj Pai --- models/vista3d/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/vista3d/docs/README.md b/models/vista3d/docs/README.md index c7fccd96..a74252d5 100644 --- a/models/vista3d/docs/README.md +++ b/models/vista3d/docs/README.md @@ -4,7 +4,7 @@ own datasets. To reproduce the paper results, please refer to https://github.com # Installation Guide ``` -pip install "monai[fire]" requests huggingface_hub +pip install "monai[fire,ignite]" requests huggingface_hub python -m monai.bundle download "vista3d" --bundle_dir "bundles/" ``` Please refer to monai model zoo (https://github.com/Project-MONAI/model-zoo) for more details. From 72f916d5db0fc9274858d0df68e675370cc6b2e1 Mon Sep 17 00:00:00 2001 From: Suraj Pai Date: Fri, 31 Oct 2025 13:50:33 -0400 Subject: [PATCH 4/4] Update version to 0.5.11 in metadata.json Signed-off-by: Suraj Pai --- models/vista3d/configs/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/vista3d/configs/metadata.json b/models/vista3d/configs/metadata.json index 7d6837c8..9767b195 100644 --- a/models/vista3d/configs/metadata.json +++ b/models/vista3d/configs/metadata.json @@ -1,6 +1,6 @@ { "schema": "https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/meta_schema_20240725.json", - "version": "0.5.10", + "version": "0.5.11", "changelog": { "0.5.11": "update dependencies for bundle", "0.5.10": "enhance metadata with improved descriptions",