Open
Description
Right now we are using the function groups, n_groups = scipy.ndimage.label(mask)
to detect the groups of instance from masks, but we need to:
- compute the confidence per group and not per global mask
- add min, 1 quartile, 2 quartile, mean, median, 3 and 4 quartile
show the segmentation mask as heatmap on the image and see if there are areas of confidence
- maybe we can have different annotations with different confidence per mask