From 11ac2e92c75d168fd0f1264ea5e10a4d32567b05 Mon Sep 17 00:00:00 2001 From: heyufan1995 Date: Fri, 8 Nov 2024 11:17:08 -0500 Subject: [PATCH] Update model weight link Signed-off-by: heyufan1995 --- vista3d/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vista3d/README.md b/vista3d/README.md index 23df329..63dbac2 100644 --- a/vista3d/README.md +++ b/vista3d/README.md @@ -74,7 +74,7 @@ git clone https://github.com/Project-MONAI/VISTA.git; cd ./VISTA/vista3d; pip install -r requirements.txt ``` -Download the [model checkpoint](https://drive.google.com/file/d/1eLIxQwnxGsjggxiVjdcAyNvJ5DYtqmdc/view?usp=sharing) and save it at ./models/model.pt. +Download the [model checkpoint](https://developer.download.nvidia.com/assets/Clara/monai/tutorials/model_zoo/model_vista3d.pt) and save it at ./models/model.pt. ### Inference The [NIM Demo (VISTA3D NVIDIA Inference Microservices)](https://build.nvidia.com/nvidia/vista-3d) does not support medical data upload due to legal concerns.