- "Typically, encoder-decoder based nuclei segmentation model outputs require post-processing. The main-task of the post-processing is to separate clumped nuclear-objects which is a renowned problem in nuclei segmentation. With `cellseg_models.pytorch`, inference and post-processing can be executed with specific `Inferer` classes that can be found in the `csmp.inference` module. Since the Pannuke-dataset has only 256x256px images, we can use the `ResizeInferer` to run the inference and post-processing (without actually resizing the images). The `Inferers` take in an input directory and a set of arguments, from which, the `instance_postproc` is the most important since it sets the post-procesing method to be used. Here, naturally, we will use `stardist` post-processing since we're running inference for a Stardist model.\n",
0 commit comments