Files
Pointnet2_PyTorch/models/__init__.py
T
2018-04-10 10:51:11 +08:00

5 lines
252 B
Python

from .pointnet2_msg_sem import Pointnet2MSG as Pointnet2SemMSG
from .pointnet2_ssg_sem import Pointnet2SSG as Pointnet2SemSSG
from .pointnet2_msg_cls import Pointnet2MSG as Pointnet2ClsMSG
from .pointnet2_ssg_cls import Pointnet2SSG as Pointnet2ClsSSG