Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation only solver crashes on certain datasets #31

Open
kgabor opened this issue May 16, 2024 · 0 comments
Open

Translation only solver crashes on certain datasets #31

kgabor opened this issue May 16, 2024 · 0 comments

Comments

@kgabor
Copy link
Contributor

kgabor commented May 16, 2024

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)

Full log and example interestpoints.n5 and xml files to reproduce error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant