Updates and some refactoring

This commit is contained in:
erikwijmans
2017-12-26 19:49:52 -05:00
parent dc4e2b0db3
commit 803d7e1fc6
10 changed files with 211 additions and 226 deletions
+5 -1
View File
@@ -1 +1,5 @@
from .Pointnet2SemSeg import Pointnet2MSG, Pointnet2SSG
from .Pointnet2SemSeg import Pointnet2MSG as Pointnet2SemMSG
from .Pointnet2SemSeg import Pointnet2SSG as Pointnet2SemSSG
from .Pointnet2Cls import Pointnet2MSG as Pointnet2ClsMSG
from .Pointnet2Cls import Pointnet2SSG as Pointnet2ClsSSG