staswrs commited on
Commit
f5c913b
·
1 Parent(s): b5ef988

octree_depth 9

Browse files
Files changed (1) hide show
  1. triposg/inference_utils.py +1 -1
triposg/inference_utils.py CHANGED
@@ -321,7 +321,7 @@ def flash_extract_geometry(
321
  bounds: Union[Tuple[float], List[float], float] = 1.01,
322
  num_chunks: int = 10000,
323
  mc_level: float = 0.0,
324
- octree_depth: int = 8,
325
  min_resolution: int = 63,
326
  mini_grid_num: int = 4,
327
  **kwargs,
 
321
  bounds: Union[Tuple[float], List[float], float] = 1.01,
322
  num_chunks: int = 10000,
323
  mc_level: float = 0.0,
324
+ octree_depth: int = 9, # quality mesh 8,9,10
325
  min_resolution: int = 63,
326
  mini_grid_num: int = 4,
327
  **kwargs,