mirror of
https://github.com/wassname/Pointnet2_PyTorch.git
synced 2026-06-27 16:00:07 +08:00
Hack fix
This commit is contained in:
+4
-1
@@ -1 +1,4 @@
|
|||||||
from .utils import pointnet2_modules, pointnet2_utils, pytorch_utils
|
import os.path as osp
|
||||||
|
import sys
|
||||||
|
sys.path = [osp.join(osp.dirname(__file__), 'utils')] + sys.path
|
||||||
|
import pointnet2_modules, pointnet2_utils, pytorch_utils
|
||||||
|
|||||||
Reference in New Issue
Block a user