Reduce max snapshots to 12 (#195)

This prevents OOMs on Gloworm, without sacrificing too much accuracy
This commit is contained in:
Matt
2020-12-27 20:32:26 -08:00
committed by GitHub
parent 79fc194575
commit d327428e1b
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ public class Calibrate3dPipeline
private final Path imageDir = ConfigManager.getInstance().getCalibDir();
public Calibrate3dPipeline() {
this(25);
this(12);
}
public Calibrate3dPipeline(int minSnapshots) {