Skip to content

Commit

Permalink
Fix: do not set maxMemory
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Dec 3, 2021
1 parent b492bbf commit 6fb7a26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions opendm/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ def screened_poisson_reconstruction(inPointCloud, outMesh, depth = 8, samples =
'samples': samples,
'pointWeight': pointWeight,
'threads': int(threads),
'memory': int(concurrency.get_max_memory_mb(4, 0.8) // 1024),
'verbose': '--verbose' if verbose else ''
}

Expand All @@ -175,7 +174,6 @@ def screened_poisson_reconstruction(inPointCloud, outMesh, depth = 8, samples =
'--pointWeight {pointWeight} '
'--samplesPerNode {samples} '
'--threads {threads} '
'--maxMemory {memory} '
'--bType 2 '
'--linearFit '
'{verbose}'.format(**poissonReconArgs))
Expand Down

0 comments on commit 6fb7a26

Please sign in to comment.