qAp / sartorius_cell_instance_segmentation_kaggle

Solution for Sartorius Cell Instance Segmentation Kaggle
0 stars 0 forks source link

Post-processing #9

Open qAp opened 2 years ago

qAp commented 2 years ago

How to cut the discrete watershed energy map to obtain instance segmentation?

https://github.com/min2209/dwt/blob/master/E2E/post_process.py

qAp commented 2 years ago
qAp commented 2 years ago

Providing selem argument to skimage.morphology.binary_dilation throws an exception...