DerThorsten / nifty

A nifty library for graph based image segmentation.
MIT License
41 stars 21 forks source link

Segmentation fault in Multicut Example #98

Closed janniksgit closed 7 years ago

janniksgit commented 7 years ago

Executing plot_isbi_2012_multicut_2D_simple.py results in a segmentation fault due to line 349: solver = MulticutObjective.fusionMoveBasedFactory().create(objective). The solver MulticutObjective.greedyAdditiveFactory().create(objective) works.

DerThorsten commented 7 years ago

Should be fixed in dev with https://github.com/DerThorsten/nifty/commit/47cf7fa37dac43bfea92bbe31cfabb8f6c0f8213 . Should be in master soon