This GitHub repository contains code for the Machine Learning tutorial held at ISMRM 2021. This repository is specifically about the segmentation task, in which participants segment the left ventricular cavity and myocardium, and the right ventricle in cardiac cine MR images.
Jupyter notebooks are provided to help participants get started with:
- Loading and viewing data from the ACDC data set
- Setting up a minimal example to train a U-Net using PyTorch and MONAI
The notebook assumes that you have a Python distribution (such as Anaconda) and JupyterLab installed. Moreover, it requires PyTorch to be installed.
Please use the GitHub Discussions feature (check out the menu bar above) to share your thoughts.
A second part of the ISMRM 2021 machine learning focuses on variational auto-encoder training with the same data, set up by Thomas Joyce. This tutorial can be found here.