File size: 116 Bytes
97aa5af
 
 
 
 
1
2
3
4
5
6
"""R3PM-Net: point cloud registration with PointNet features."""

from .model import R3PMNet

__all__ = ["R3PMNet"]