sharon-hadar-leverate / 2018-Data-Science-Bowl

Find the nuclei in divergent images to advance medical discovery
5 stars 2 forks source link

so all your methods consider the problem as the semantic segmentation ? #1

Open jyning12 opened 5 years ago

jyning12 commented 5 years ago

I observed that your label all instance as a group, so did you consider the problem as the semantic segmentation ?

sharon-hadar-leverate commented 5 years ago

yes, the problem could be consider as a boolean semantic segmentation, the DNN model outputs a value between 0 to 1, then, another threshold is used in order to convert it to 2 channels semantic segmentation - 0 is the background channel and 1 is the mask channel