Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- utils/mesh_util.py +2 -1
utils/mesh_util.py
CHANGED
@@ -15,7 +15,8 @@ from PIL import Image
|
|
15 |
from functools import partial
|
16 |
# import open3d as o3d
|
17 |
# import open3d_zerogpu_fix
|
18 |
-
import open3d_zerogpu_fix as o3d
|
|
|
19 |
import trimesh
|
20 |
|
21 |
|
|
|
15 |
from functools import partial
|
16 |
# import open3d as o3d
|
17 |
# import open3d_zerogpu_fix
|
18 |
+
# import open3d_zerogpu_fix as o3d
|
19 |
+
import open3d as o3d
|
20 |
import trimesh
|
21 |
|
22 |
|