MaxMilan1
commited on
Commit
·
f2c204b
1
Parent(s):
25c2b12
change back to False (use_texture_mesh)
Browse files- util/instantmesh.py +1 -1
util/instantmesh.py
CHANGED
|
@@ -196,7 +196,7 @@ def make3d(images):
|
|
| 196 |
# get mesh
|
| 197 |
mesh_out = model.extract_mesh(
|
| 198 |
planes,
|
| 199 |
-
use_texture_map=
|
| 200 |
**infer_config,
|
| 201 |
)
|
| 202 |
|
|
|
|
| 196 |
# get mesh
|
| 197 |
mesh_out = model.extract_mesh(
|
| 198 |
planes,
|
| 199 |
+
use_texture_map=False,
|
| 200 |
**infer_config,
|
| 201 |
)
|
| 202 |
|