mirror of
https://github.com/wassname/Pointnet2_PyTorch.git
synced 2026-06-27 16:00:07 +08:00
updated broken imports for new model modules
This commit is contained in:
+4
-5
@@ -1,5 +1,4 @@
|
||||
from .Pointnet2SemSeg import Pointnet2MSG as Pointnet2SemMSG
|
||||
from .Pointnet2SemSeg import Pointnet2SSG as Pointnet2SemSSG
|
||||
|
||||
from .Pointnet2Cls import Pointnet2MSG as Pointnet2ClsMSG
|
||||
from .Pointnet2Cls import Pointnet2SSG as Pointnet2ClsSSG
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user