Skip to the content.

Description

MONAI and PyTorch based medical image augmentation tool that can be integrated in Slicer. The project aims to be a low-code version of the tool: https://github.com/ciroraggio/AugmentedDataLoader.

It’s designed to operate on a dataset of medical images and apply a series of specific transformations to each image. This process augments the original dataset, providing a greater variety of samples for training deep learning models.

Features

MONAI Transformations

ImageAugmenter provides more than 20 MONAI transformations, leaving the user the freedom to choose all the parameters available for the transformation. If you want to delve deeper into MONAI transformations and understand more about the meaning of the parameters of each transformation, visit the MONAI documentation.

Preview mode

ImageAugmenter allows users to view images or augmented images and masks directly in the scene thanks to the “Preview” function. In this way it will be possible to explore the transformations and test the parameters taking the first image as an example, saving the images to disk only when you are completely satisfied with the result.

Use the device you prefer

In the “Advanced” section it will be possible to choose which device to apply the transformations with. In addition to the CPU, all PyTorch compatible GPUs will be shown.