Examples
January 31, 2025 ยท View on GitHub
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.
Transforms
This tutorial will teach everything about transforms, and how to use them for preprocessing and augmentation.
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.
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.