Menu

Module providing common Brain MRI Augmentation Methods for PyTorch.

Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.

class brainrise.core.RandomApply(transforms, p=0.5)[source]

Apply randomly a list of transformations with a given probability.

__init__(transforms, p=0.5)[source]

Initialize self. See help(type(self)) for accurate signature.

Follow us

© 2023, brainrise developers