Skip to content

Commit

Permalink
Fix notebooks directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fepegar committed Aug 31, 2021
1 parent 67399a7 commit c740c56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ any packages locally.
Getting Started tutorial. It includes training and inference of a model for
brain segmentation using a 3D U-Net.

[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fepegar/torchio-notebooks/blob/main/tutorials/TorchIO_tutorial.ipynb)
[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fepegar/torchio-notebooks/blob/main/notebooks/TorchIO_tutorial.ipynb)

## Transforms

This tutorial will teach everything about transforms, and how to use them for preprocessing and augmentation.

[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fepegar/torchio-notebooks/blob/main/tutorials/Data_preprocessing_and_augmentation_using_TorchIO_a_tutorial.ipynb)
[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fepegar/torchio-notebooks/blob/main/notebooks/Data_preprocessing_and_augmentation_using_TorchIO_a_tutorial.ipynb)

## Inference

This is an example of using a pre-trained PyTorch model (HighRes3DNet) and TorchIO to perform a full brain parcellation from a T1-weighted MRI.

[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fepegar/torchio-notebooks/blob/main/tutorials/Brain_parcellation_with_TorchIO_and_HighRes3DNet.ipynb)
[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fepegar/torchio-notebooks/blob/main/notebooks/Brain_parcellation_with_TorchIO_and_HighRes3DNet.ipynb)

## TorchIO + MONAI + PyTorch Lightning

Expand All @@ -29,4 +29,4 @@ In this tutorial, we demonstrate how these three libraries from the
can be used together to segment the hippocampus on brain MRIs from the
[Medical Segmentation Decathlon](http://medicaldecathlon.com/).

[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fepegar/torchio-notebooks/blob/main/tutorials/TorchIO_MONAI_PyTorch_Lightning.ipynb)
[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/fepegar/torchio-notebooks/blob/main/notebooks/TorchIO_MONAI_PyTorch_Lightning.ipynb)

0 comments on commit c740c56

Please sign in to comment.