Skip to content

Update URLs #11

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 1 commit into from
Aug 28, 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 3d_image_transforms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"This notebook introduces you MONAI's transformation module for 3D images.\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/3d_image_transforms.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/3d_image_transforms.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion automatic_mixed_precision.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"\n",
"The Spleen dataset can be downloaded from http://medicaldecathlon.com/.\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/automatic_mixed_precision.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/automatic_mixed_precision.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion brats_segmentation_3d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"1. the enhancing tumor structures (light blue) visible in T1Gd, surrounding the cystic/necrotic components of the core (green) (Fig. C).\n",
"1. The segmentations are combined to generate the final labels of the tumor sub-regions (Fig.D): edema (yellow), non-enhancing solid core (red), necrotic/cystic core (green), enhancing core (blue).\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/brats_segmentation_3d.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/brats_segmentation_3d.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion cache_dataset_speed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"This tutorial shows how to accelerate PyTorch medical DL program based on MONAI CacheDataset. \n",
"It's modified from the Spleen 3D segmentation tutorial notebook.\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/cache_dataset_speed.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/cache_dataset_speed.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion integrate_3rd_party_transforms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"This tutorial shows how to integrate 3rd party transforms into a MONAI program. \n",
"Mainly showing transforms from `BatchGenerator`, `TorchIO`, `Rising` and `ITK`.\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/integrate_3rd_party_transforms.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/integrate_3rd_party_transforms.ipynb)"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions mednist_GAN_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"* Defining the networks\n",
"* Training and evaluation\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/mednist_GAN_tutorial.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/mednist_GAN_tutorial.ipynb)"
]
},
{
Expand Down Expand Up @@ -193,7 +193,7 @@
"\n",
"\n",
"If you use the MedNIST dataset, please acknowledge the source, e.g. \n",
"https://github.com/Project-MONAI/MONAI/blob/master/examples/notebooks/mednist_tutorial.ipynb."
"https://github.com/Project-MONAI/Tutorials/blob/master/mednist_tutorial.ipynb."
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions mednist_GAN_workflow.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"The MONAI framework can be used to easily design, train, and evaluate generative adversarial networks.\n",
"This notebook exemplifies using MONAI components to design and train a simple GAN model to reconstruct images of Hand CT scans.\n",
"\n",
"Read the [MONAI Mednist GAN Tutorial](https://github.com/Project-MONAI/MONAI/blob/master/examples/notebooks/mednist_GAN_tutorial.ipynb) for details about the network architecture and loss functions.\n",
"Read the [MONAI Mednist GAN Tutorial](https://github.com/Project-MONAI/Tutorials/blob/master/mednist_GAN_tutorial.ipynb) for details about the network architecture and loss functions.\n",
"\n",
"**Table of Contents**\n",
"\n",
Expand All @@ -23,7 +23,7 @@
"3. Run Training\n",
"4. Evaluate Results\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/mednist_GAN_workflow.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/mednist_GAN_workflow.ipynb)"
]
},
{
Expand Down Expand Up @@ -203,7 +203,7 @@
"\n",
"\n",
"If you use the MedNIST dataset, please acknowledge the source, e.g. \n",
"https://github.com/Project-MONAI/MONAI/blob/master/examples/notebooks/mednist_tutorial.ipynb."
"https://github.com/Project-MONAI/Tutorials/blob/master/mednist_tutorial.ipynb."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion mednist_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"* Train the model with a PyTorch program\n",
"* Evaluate on test dataset\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/mednist_tutorial.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/mednist_tutorial.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion models_ensemble.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"MONAI provides `EnsembleEvaluator` and `MeanEnsemble`, `VoteEnsemble` post transforms. \n",
"This tutorial shows how to leverage ensemble modules in MONAI to set up ensemble program.\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/models_ensemble.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/models_ensemble.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion multi_gpu_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Multi GPU Test\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/multi_gpu_test.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/multi_gpu_test.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion nifti_read_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"The purpose of this notebook is to illustrate reading Nifti files and iterating over patches of the volumes loaded from them.\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/nifti_read_example.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/nifti_read_example.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion persistent_dataset_speed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"\n",
"It's modified from the Spleen 3D segmentation tutorial notebook.\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/persistent_dataset_speed.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/persistent_dataset_speed.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion post_transforms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"\n",
"This tutorial shows several of above post transforms based on the model output of spleen segmentation.\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/post_transforms.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/post_transforms.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion public_datasets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"* Create training experiment with DecathlonDataset and workflow\n",
"* Share other public data and add Dataset in MONAI\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/public_datasets.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/public_datasets.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion spleen_segmentation_3d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"Source: Memorial Sloan Kettering Cancer Center \n",
"Challenge: Large ranging foreground size\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/spleen_segmentation_3d.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/spleen_segmentation_3d.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion spleen_segmentation_3d_lightning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"Source: Memorial Sloan Kettering Cancer Center \n",
"Challenge: Large ranging foreground size\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/spleen_segmentation_3d_lightning.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/spleen_segmentation_3d_lightning.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion transform_speed.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"The purpose of this notebook is to illustrate reading Nifti files and test speed of different methods.\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/transform_speed.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/transform_speed.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion transforms_demo_2d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
" \n",
"Find out more in MONAI's wiki page: https://github.com/Project-MONAI/MONAI/wiki\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/transforms_demo_2d.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/transforms_demo_2d.ipynb)"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions unet_segmentation_3d_catalyst.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"* Sliding window inference method.\n",
"* Deterministic training for reproducibility.\n",
"\n",
"This tutorial is based on [unet_training_dict.py](https://github.com/Project-MONAI/MONAI/blob/master/examples/segmentation_3d/unet_training_dict.py) and [spleen_segmentation_3d.ipynb](https://github.com/Project-MONAI/MONAI/blob/master/examples/notebooks/spleen_segmentation_3d.ipynb).\n",
"This tutorial is based on [unet_training_dict.py](https://github.com/Project-MONAI/MONAI/blob/master/examples/segmentation_3d/unet_training_dict.py) and [spleen_segmentation_3d.ipynb](https://github.com/Project-MONAI/Tutorials/blob/master/spleen_segmentation_3d.ipynb).\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/unet_segmentation_3d_catalyst.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/unet_segmentation_3d_catalyst.ipynb)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion unet_segmentation_3d_ignite.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# 3D Segmentation with UNet\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/MONAI/blob/master/examples/notebooks/unet_segmentation_3d_ignite.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Project-MONAI/Tutorials/blob/master/unet_segmentation_3d_ignite.ipynb)"
]
},
{
Expand Down