Open Borda opened 6 years ago
Probably investigate some numerical instability in GraphCut, compute the global energy with and without assimilated the small region (bottom right).
"Have you looked at opengm? I'm pretty sure they have their own implementation. Opencv does, too..." https://github.com/amueller/gco_python/issues/18
Have look at https://networkx.github.io
probably can be solved by #21
Description
Investigate an issue with nearly zero impact of the pairwise term in GraphCut segmentation on small elements with high confidence belonging to one class. Even these peaces are composed only a few superpixels, and the regularisation is set on maximum, they do not disappear...
Way to reproduce