Skip to content

Commit

Permalink
Minor readme update
Browse files Browse the repository at this point in the history
Signed-off-by: heyufan1995 <heyufan1995@gmail.com>
heyufan1995 committed Aug 9, 2024
1 parent 8e38613 commit eb63644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vista3d/README.md
Original file line number Diff line number Diff line change
@@ -75,8 +75,8 @@ docker pull projectmonai/monai:1.3.2


### Inference
We provide two ways to use the model for inference.
1. We recommend users to use the optimized and standardized [MONAI bundle]((https://github.com/Project-MONAI/model-zoo/tree/dev/models/vista3d)) model. The bundle provides a unified API for inference.
We provide two ways to use the model for inference. The label definition can be found at [label_dict](./data/jsons/label_dict.json).
1. We recommend users to use the optimized and standardized [MONAI bundle](https://github.com/Project-MONAI/model-zoo/tree/dev/models/vista3d) model. The bundle provides a unified API for inference.
The [VISTA3D NVIDIA Inference Microservices (NIM)](https://build.nvidia.com/nvidia/vista-3d) deploys the bundle with an interactive front-end.
2. For quick debugging and model development purposes, we also provide the `infer.py` script and its light-weight front-end `debugger.py`. `python -m scripts.debugger run`. Note we will prioritize [NIM](https://build.nvidia.com/nvidia/vista-3d) and [monai bundle]() developments and those functions will be deprecated in the future.
```

0 comments on commit eb63644

Please sign in to comment.