{ "cells": [ { "cell_type": "raw", "metadata": { "pycharm": { "name": "#%% raw\n" }, "raw_mimetype": "text/restructuredtext" }, "source": [ ".. _example-augmentation1:\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Augmentation\n", "============\n", "\n", "This example shows how to apply data augmentation in conjunction with the `pymia.data` package. Besides transformations from the `pymia.data.augmentation` module, transformations from the Python packages [batchgenerators](https://github.com/MIC-DKFZ/batchgenerators) and [TorchIO](https://github.com/fepegar/torchio) are integrated.\n", "\n", "