mirror of
https://github.com/wassname/Pointnet2_PyTorch.git
synced 2026-06-27 16:00:07 +08:00
5 lines
252 B
Python
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
|