this can handle image instance segmentation?
Jackandrome opened this issue · 1 comments
Jackandrome commented
i wanna use graph cut to segment instances in an image ,is it helpful ?
h4k1m0u commented
You can look at the second example in the tutorials section as a segmentation problem.
So yes, normally graph cuts work for segmentation problems, plus they take into account the spatial proximity between pixels.