updated broken imports for new model modules

This commit is contained in:
wassname
2018-04-10 10:51:11 +08:00
parent 5fbc7effa6
commit 96f46514d6
3 changed files with 7 additions and 8 deletions
+4 -5
View File
@@ -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