plant-seg icon indicating copy to clipboard operation
plant-seg copied to clipboard

Update LiftedMulticut with nucleus segmentation

Open qin-yu opened this issue 2 years ago • 0 comments

Found the code not working when I was doing LMC yesterday. lifted_costs is now created as a 1D float64 array, lifted_costs = np.zeros(len(lifted_labels), dtype="float64"), in elf's lifted_problem_from_segmentation(). Should fix #109 as well.

qin-yu avatar Aug 29 '22 14:08 qin-yu