Menu

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.augmentation.utils.RandomAugmentation[source]

Bases: object

Apply an augmentation with random parameters defined in intervals.

Init class.

class Interval(low, high, dtype)

Bases: tuple

Create new instance of Interval(low, high, dtype)

dtype

Alias for field number 2

high

Alias for field number 1

low

Alias for field number 0

Examples

Spherical augmentations

Spherical augmentations

Follow us

© 2025, surfify developers