cavargas10 commited on
Commit
5ad8cac
·
verified ·
1 Parent(s): add8776

Update step1x3d_geometry/models/pipelines/pipeline_utils.py

Browse files
step1x3d_geometry/models/pipelines/pipeline_utils.py CHANGED
@@ -195,7 +195,7 @@ def remove_degenerate_face(mesh):
195
  return pymeshlab2trimesh(mesh)
196
 
197
 
198
- def reduce_face(mesh, max_facenum=50000):
199
  mesh, mesh_type = import_mesh(mesh)
200
 
201
  if max_facenum > mesh.current_mesh().face_number():
 
195
  return pymeshlab2trimesh(mesh)
196
 
197
 
198
+ def reduce_face(mesh, max_facenum=10000):
199
  mesh, mesh_type = import_mesh(mesh)
200
 
201
  if max_facenum > mesh.current_mesh().face_number():