Clicks inside the nuclei or draw a scribble inside glands to obtain segmentation. This is Keras implementation of NuClick (link to paper )
Download weights for nucleus segmentation from here and save it inside weights folder:
- Set
applicationin theconfig.py - Run
test.pyto use the interface.
To apply it on the existing detection points:
- Save points in the
.matformat: first column x - Define directories in the
config.py:mat_path = '',images_path = ''andsave_path = '' - run
test_all_images


