Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement possibility to refine masks after CellPose segmentation #47

Open
MaximLippeveld opened this issue Feb 3, 2022 · 1 comment
Labels
segmentation Relating to segmentation

Comments

@MaximLippeveld
Copy link
Contributor

CellPose produces a mask for one channel only. Running CellPose for every channel is too computationally intensive. This can be solved by using CellPose to get a mask that covers the entire cell, and subsequently refining that mask per channel.

@MaximLippeveld MaximLippeveld added the segmentation Relating to segmentation label Feb 3, 2022
@MaximLippeveld
Copy link
Contributor Author

Refining the mask within the parent patch proved difficult, because very little context is available around the cell. It should be feasible though, so I will revisit this in the future.

Currently it is only possible to generate a new CellPose mask for a second channel. These segment are then assigned to the parent cell based on overlap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
segmentation Relating to segmentation
Projects
None yet
Development

No branches or pull requests

1 participant