PyTorch toolbox to work with spherical surfaces.
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 surfify.transforms.RandomCompose(**transforms)[source]¶
Bases:
object
Composes several transforms together.
Init.
- Parameters:
transforms : dict-like object
a set of transformations define using the ‘transformation’ and ‘probability’ keys. A suffix ‘_{order}’ where ‘order’ stands for application order is mandatory.
Follow us