Skip to content

589 add ITK transforms to notebook #597

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

Merged
merged 2 commits into from
Jun 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This notebook demonstrates the transformations on volumetric images.
This tutorial shows how to accelerate PyTorch medical DL program based on MONAI `CacheDataset`.
#### [notebooks/integrate_3rd_party_transforms](./notebooks/integrate_3rd_party_transforms.ipynb)
This tutorial shows how to integrate 3rd party transforms into MONAI program.
Mainly shows transforms from BatchGenerator, TorchIO and Rising.
Mainly shows transforms from BatchGenerator, TorchIO, Rising and ITK.
#### [notebooks/mednist_tutorial](./notebooks/mednist_tutorial.ipynb)
This notebook shows how to easily integrate MONAI features into existing PyTorch programs.
It's based on the MedNIST dataset which is very suitable for beginners as a tutorial.
Expand Down
72 changes: 49 additions & 23 deletions examples/notebooks/integrate_3rd_party_transforms.ipynb

Large diffs are not rendered by default.