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

Segmentation on 4D stacks #9

Open
rdemets opened this issue Sep 9, 2021 · 1 comment
Open

Segmentation on 4D stacks #9

rdemets opened this issue Sep 9, 2021 · 1 comment

Comments

@rdemets
Copy link

rdemets commented Sep 9, 2021

Hi,

I saw on the documentation that it was possible to do the segmentation on 3D/4D stacks. My understanding is that ticking the process as 3D box and putting a threshold value would trigger the algorithm to detect 4D stacks. I don't know if the issue is coming from the shape of the stack, but I drag/drop a tif file with the dimension 34,81,1270,1270 (TZXY). I tried to transpose in every possible order, but the output of the code is always :
[INFO] multi-stack tiff read in as having 34 planes 1270 channels

Correcting the Z/T issue is ok, but I can't get it to see the stack as a TZXY

I also tried to use the notebook that I found here but I didn't get any better result.

Can you please help me to see what I am doing wrong ?
Thanks a lot.
Regards, Richard.

@chili-chiu
Copy link

I tried running cellpose plugin on a 4D image (TZYX = 92x5x443x512), with "process stack as 3D" checked.
The resulting Label layer returns the size of (92 x 443 x 512), missing one dimension.

Used cellpose 0.6.5.

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

No branches or pull requests

2 participants