mirror of
https://github.com/wassname/Pointnet2_PyTorch.git
synced 2026-06-27 16:00:07 +08:00
6 lines
239 B
Python
6 lines
239 B
Python
from .Pointnet2SemSeg import Pointnet2MSG as Pointnet2SemMSG
|
|
from .Pointnet2SemSeg import Pointnet2SSG as Pointnet2SemSSG
|
|
|
|
from .Pointnet2Cls import Pointnet2MSG as Pointnet2ClsMSG
|
|
from .Pointnet2Cls import Pointnet2SSG as Pointnet2ClsSSG
|