-
Notifications
You must be signed in to change notification settings - Fork 58
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
Segmenting cytoplasm with S3 and Mesmer #479
Comments
Hi @aandytu , |
For question 2, the image gets staged inside a
Important caveats:
|
@marcovarrone Thanks for the catch! We'll get that sorted out as soon as possible. |
Hi @clarenceyapp and @ArtemSokolov, Thanks for your help! I was able to get it to work. There are a couple of outstanding small issues:
|
Hi @MiTPenguin, For 1, I would ping the Mesmer developers in this thread: vanvalenlab/deepcell-applications#26 They just need to add For 2, can you try doing the following in your
This will tell MCMICRO to pass the output of mesmer through s3seg, which will generate a QC outlines file without any additional processing of the output mask. Let me know if this doesn't work, and we can brainstorm another solution. |
@MiTPenguin @ArtemSokolov S3segmenter will not outline mesmer masks properly as discussed towards the bottom of this thread here. The outlining code assumes a 0-intensity line between objects. Since mesmer masks do not have this, only cells that are next to background areas get outlined properly but not inner edges between other cells. There are ways to address this and I am experimenting with edge detectors. These won't give identical results but should give enough visual aid to QC segmentation accuracy. |
@clarenceyapp @ArtemSokolov Thanks for the info! these things always have such intricacies in them. I was looking to see if there's an imageJ solution to this, and came across a discussion on image.sc somewhat recently. Have you guys tried it? |
@clarenceyapp You shouldn't need an edge detector. How are you generating the QC images? Also, could the user not prevent relabeling by setting the logSigma range to |
|
@ArtemSokolov |
Hi, I'm testing using mcmicro to do some segmentation on some Akoya Phenocycler produced images. I would love to compare several different methods. Some of the documentation around using cytoplasm/membrane stains are a bit unclear:
--CytoMaskChan
, from reading some of the examples people have posted here. What does S3 do with the multiple channels? are they summed across pixels?vanvalenlab/deepcell-application
indicates several additional membrane related options (such as--membrane-image
and--membrane-channel
) that are not included in the mcmicro documentation. Can those parameters be passed via theparams.yml
file?The text was updated successfully, but these errors were encountered: