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

Deepcell segmentation without cytoplasm channel #338

Open
jamesMo84 opened this issue Nov 10, 2022 · 1 comment
Open

Deepcell segmentation without cytoplasm channel #338

jamesMo84 opened this issue Nov 10, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jamesMo84
Copy link

I note that Deepcell provides both a segmentation (nuclear channel only) and mesmer (nuclear and cytoplasm) model (https://www.deepcell.org/predict)
Our datasets do not have a single general cytoplasm marker that will capture all cell type cytoplasm required by mesmer model, eg tumour cells vs immune vs stromal cells
Can both nuclear_channel=DAPI, cytoplasm_channel=DAPI in mesmer model?
or can SegmentMIF(model='segmentation' be supported?
thanks!

@jamesMo84 jamesMo84 added the enhancement New feature or request label Nov 10, 2022
@jacob-rosenthal
Copy link
Collaborator

Hi @jamesMo84 , yes agreed that this would be a very useful feature. I think all it would take is wrapping deepcell.applications.cytoplasm_segmentation.CytoplasmSegmentation and/or deepcell.applications.nuclear_segmentation.NuclearSegmentation inside PathML transforms.

I don't have bandwidth right now to implement, but happy to help answer questions, review code, etc. if you want to give it a shot. Improving integration with deepcell more generally is on the roadmap (#210) as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants