You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add MONAI Bundle inference operator and update example app (#303)
* WIP MONAI Bundle inference operator.
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
* Further simplified the code requiring model name only for bundle.
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
* Check in the bundle operator and multipl model support.
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
* Added changes for bundle operator and app.
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
* Fix styling check errors.
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
* Fix flake8 check error.
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
* Correct all MyPy type checking errors and improve inline doc.
The base inference operator needs to adjust the function signatures due to the expanded
use of types resulting from the intro if bundle inference operator.
The new version of MyPy also seems to be stricter on types.
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
* MyPy on Git is complaining things that are not found in local checking.
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
* Update per review comments.
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
* Rebased for the requirements.txt file. Not req'ed for docs/requirements but for consistency.
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
* Add the notebook for creating app with MONAI Bundle inference operator.
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
* Updating the notebook descriptions.
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
* Update and make consistent the user guides
Signed-off-by: mmelqin <mingmelvinq@nvidia.com>
Copy file name to clipboardExpand all lines: docs/source/getting_started/tutorials/03_segmentation_app.md
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ jupyter-lab
15
15
```
16
16
17
17
## Executing from Jupyter Notebook
18
-
18
+
Please note that the example code used in the Jupyter Notebook is based on an earlier version of the segmentation application, hence not the same as the latest source code on Github, e.g. not using MONAI Bundle inference operator.
19
19
```{toctree}
20
20
:maxdepth: 4
21
21
@@ -43,7 +43,7 @@ jupyter-lab
43
43
```
44
44
45
45
## Executing from Shell
46
-
46
+
Please note that this part of the example uses the latest application source code on Github, as well as the corresponding test data.
47
47
```bash
48
48
# Clone the github project (the latest version of main branch only)
49
49
git clone --branch main --depth 1 https://github.com/Project-MONAI/monai-deploy-app-sdk.git
@@ -53,17 +53,18 @@ cd monai-deploy-app-sdk
53
53
# Install monai-deploy-app-sdk package
54
54
pip install monai-deploy-app-sdk
55
55
56
-
# Download/Extract ai_spleen_seg_data zip file from https://drive.google.com/file/d/1GC_N8YQk_mOWN02oOzAU_2YDmNRWk--n/view?usp=sharing
56
+
# Download/Extract ai_spleen_bundle_data zip file from https://drive.google.com/file/d/1cJq0iQh_yzYIxVElSlVa141aEmHZADJh/view?usp=sharing
0 commit comments