Skip to content

how to transform segmentation masks to instance masks #235

Open
@fabiofumarola

Description

@fabiofumarola

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:

  1. compute the confidence per group and not per global mask
  2. 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

  1. maybe we can have different annotations with different confidence per mask

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions