-
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
Working with IF Images from NanoString's GeoMx #548
Comments
Hi @SalimSoria When you downsampled the image, this allowed your image to fit into RAM however this may not yield optimal results since the pixel size between your image and the model's training data might be different. UnMICST is trained at 0.65 microns per pixel. Please confirm your image's pixel size. If it is still running for several hours, it is likely that we haven't fully solved your GPU driver issue and it is falling back on CPU (slower but will likely eventually finish). |
After about 5 hours, my tissue image passed the segmentation:worker (unmicst-1) step successfully then failed at the segmentation:s3seg. Any thoughts on what this could be? Below is the
|
@SalimSoria this appears similar to this thread. https://forum.image.sc/t/the-error-in-processing-s3seg/87313/55
|
I'm currently working with NanoString GeoMx ome.tiff whole-slide IF images containing the following four channels: FITC, Cy3, TexasRed, and Cy5. Ideally, I would want to use MCMICRO as the end-to-end pipeline for marker quantification, but my current goal is to simply create a segmentation mask for my tissues.
I've now gotten Exemplar-001 and Exemplar-002 to complete using the Unmicst segmentation module. I haven't been able to do this on my image.
Some of my concerns of the tissue are:
nump.core_exceptions.MemoryError
with cellpose and unmicst stating that it can't allocate an X amount of GiB. Is there any way to crop or reduce the area where unmicst is applied? My ome.tiff images contains a lot of blank space that separates the two sections of tissue. However, once I used thescalingFactor
parameter inparams.yml
, the image no longer produced an error but instead was stuck here for multiple hours:Here is some of the metadata for one of my images:
Here was the output log when I tried using cellpose and the run failed:
The text was updated successfully, but these errors were encountered: