Skip to content

Commit

Permalink
eval script
Browse files Browse the repository at this point in the history
  • Loading branch information
jstraub committed Apr 25, 2017
1 parent 00cc81e commit 185479e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions python/runMultiRndNoiseOutlierBunny.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@
scale = 0.005 # 1/20 of bunny bounding radius

for it in range(1000):
# for outliers in [0.0, 0.3, 0.6]:
for outliers in [0.0, 0.3, 0.6]:
# for noiseStd in [0.0, 0.002, 0.004, 0.006, 0.008, 0.01]:
for outliers in [0.0]:
for noiseStd in [0.002]:
# for outliers in [0.0, 0.3, 0.6]:
# for noiseStd in [0.001, 0.003]:
# for noiseStd in [0.0, 0.001, 0.002, 0.003, 0.004]:
for noiseStd in [0.0, 0.001, 0.002, 0.003, 0.004]:
args=["python", "./evalNoiseOutliers.py",
"-i " + path,
"-o " + resultsPath,
Expand Down

0 comments on commit 185479e

Please sign in to comment.