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]

Apply an augmentation with random parameters defined in intervals.

class Interval(low, high, dtype)
property dtype

Alias for field number 2

property high

Alias for field number 1

property low

Alias for field number 0

__init__()[source]

Init class.

Follow us

© 2023, surfify developers