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.models.base.Ico(order, vertices, triangles, neighbor_indices, down_indices, up_indices, conv_neighbor_indices)¶
Bases:
tuple
Create new instance of Ico(order, vertices, triangles, neighbor_indices, down_indices, up_indices, conv_neighbor_indices)
- conv_neighbor_indices¶
Alias for field number 6
- down_indices¶
Alias for field number 4
- neighbor_indices¶
Alias for field number 3
- order¶
Alias for field number 0
- triangles¶
Alias for field number 2
- up_indices¶
Alias for field number 5
- vertices¶
Alias for field number 1
Follow us