Skip to content

Latest commit

 

History

History

tutorials

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Examples

All tutorials can be run online on Google Colab, without the need to install any packages locally.

General

Getting Started tutorial. It includes training and inference of a model for brain segmentation using a 3D U-Net.

Google Colab

Transforms

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

Google Colab

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

TorchIO + MONAI + PyTorch Lightning

In this tutorial, we demonstrate how these three libraries from the official PyTorch Ecosystem can be used together to segment the hippocampus on brain MRIs from the Medical Segmentation Decathlon.

Google Colab