Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call Vista3D NIM on NVIDIA AI enterprise / GPU cloud #1898

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ This tutorial shows several visualization approaches for 3D image during transfo
#### [Auto3DSeg](./auto3dseg/)
This folder shows how to run the comprehensive Auto3DSeg pipeline with minimal inputs and customize the Auto3Dseg modules to meet different user requirements.

#### <ins>**NVIDIA NIMs**</ins>
#### [Vista3D Remote NIM](nvidia_nims/vista_3d_remove_num.ipynb)
This tutorial illustrates sending an image to the Vista3D NIM running on NVIDIA's AI Enterprise / GPU Cloud servers. Results are saved to disk and viewed using pyvista. Registration to generate an API Key is required at [build.nvidia.com](https://build.nvidia.com). Registration and key generation is free and provides free credits for processing images.

#### <ins>**Self-Supervised Learning**</ins>
##### [self_supervised_pretraining](self_supervised_pretraining/vit_unetr_ssl/ssl_train.ipynb)
This tutorial shows how to construct a training workflow of self-supervised learning where unlabeled data is utilized. The tutorial shows how to train a model on TCIA dataset of unlabeled Covid-19 cases.
Expand Down
Loading
Loading