torch_geometric.transforms.NormalizeRotation
- class NormalizeRotation(max_points: int = -1, sort: bool = False)[source]
Bases:
BaseTransformRotates all points according to the eigenvectors of the point cloud (functional name:
normalize_rotation). If the data additionally holds normals saved indata.normal, these will be rotated accordingly.