diff --git a/models/vista3d/configs/metadata.json b/models/vista3d/configs/metadata.json index 2d742967..9767b195 100644 --- a/models/vista3d/configs/metadata.json +++ b/models/vista3d/configs/metadata.json @@ -1,7 +1,8 @@ { "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", "0.5.9": "fix finetuning bug and update readme", "0.5.8": "update to huggingface hosting", diff --git a/models/vista3d/docs/README.md b/models/vista3d/docs/README.md index 0043fc85..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]" +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.