cytokit icon indicating copy to clipboard operation
cytokit copied to clipboard

thoughts on adding cellpose based segmentation

Open Reardonlab opened this issue 4 years ago • 1 comments

First, this is a great project and we think it's very powerful. We have had really bad poor segmenation with our own data using cytokit. We have however seen seen fantastic results with cellpose. Is there a way that incorporate a way that a user could specify what segmentation approach is used, and provide an option to add others as they become available?

Reardonlab avatar Mar 12 '20 16:03 Reardonlab

Did you see the custom segmentation section in the README? That's all the documentation there is on that unfortunately, but it's not very difficult. Beyond creating a module and ensuring it is in PYTHONPATH, you only need to make some minor changes to the experiment configuration to enable some custom routine.

eric-czech avatar Mar 16 '20 13:03 eric-czech