You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solver with TRANSLATION model and TWO_ROUND_SIMPLE mode crashes sometimes, depending on the data.
Thu May 16 07:33:34 UTC 2024: Not more than one group left after first round of global opt (all views are connected), this means we are already done.
Final models:
java.lang.NullPointerException: Cannot invoke "mpicbg.models.Tile.getModel()" because "tile" is null
at net.preibisch.bigstitcher.spark.Solver.call(Solver.java:297)
at net.preibisch.bigstitcher.spark.Solver.call(Solver.java:57)
at picocli.CommandLine.executeUserObject(CommandLine.java:2041)
at picocli.CommandLine.access$1500(CommandLine.java:148)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2461)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2453)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2415)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2273)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2417)
at picocli.CommandLine.execute(CommandLine.java:2170)
at net.preibisch.bigstitcher.spark.Solver.main(Solver.java:612)
The solver with TRANSLATION model and TWO_ROUND_SIMPLE mode crashes sometimes, depending on the data.
Full log and example interestpoints.n5 and xml files to reproduce error.
The text was updated successfully, but these errors were encountered: