Skip to content

Interactive Segmentation of Nucleus

Notifications You must be signed in to change notification settings

nhatipoglu/NuClick

 
 

Repository files navigation

NuClick

Clicks inside the nuclei or draw a scribble inside glands to obtain segmentation. This is Keras implementation of NuClick (link to paper )

alt textalt text alt text

Inference:

Download weights for nucleus segmentation from here and save it inside weights folder:

  • Set application in the config.py
  • Run test.py to use the interface.

To apply it on the existing detection points:

  • Save points in the .mat format: first column x
  • Define directories in the config.py: mat_path = '' , images_path = '' and save_path = ''
  • run test_all_images

About

Interactive Segmentation of Nucleus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.9%
  • MATLAB 5.1%