cronos3k commited on
Commit
75a999c
·
verified ·
1 Parent(s): 5a45496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -182,7 +182,6 @@ def extract_high_quality_mesh(
182
  simplify=0.0, # No simplification at all
183
  fill_holes=True, # Keep holes filled
184
  fill_holes_max_size=0.04, # Standard hole filling size
185
- fill_holes_max_hole_nbe=250, # Maximum hole boundary edges
186
  verbose=True
187
  )
188
 
 
182
  simplify=0.0, # No simplification at all
183
  fill_holes=True, # Keep holes filled
184
  fill_holes_max_size=0.04, # Standard hole filling size
 
185
  verbose=True
186
  )
187