Skip to content

Cellpose task doesn't handle 2D MD data anymore #520

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

Closed
jluethi opened this issue Sep 15, 2023 · 2 comments
Closed

Cellpose task doesn't handle 2D MD data anymore #520

jluethi opened this issue Sep 15, 2023 · 2 comments

Comments

@jluethi
Copy link
Collaborator

jluethi commented Sep 15, 2023

The issue comes from here:

We create the new label dataset based on the attributes of the image dataset. But MD image datasets will be yx (for the 2D case), while the output that the cellpose task generates will be zyx (also for the 2D case).

Another instance of #150

Apparently, our most recent changes to cellpose broke the (admittedly somewhat hacky) solution we implemented in #403

cc @fstur

@jluethi
Copy link
Collaborator Author

jluethi commented Sep 15, 2023

(we'll need to re-evaluate this bug report. We had an issue with MD ROIs having y & x shifted. But I'm still suspicious that the thing above could be going wrong)

@jluethi
Copy link
Collaborator Author

jluethi commented Sep 15, 2023

Never mind, it actually works as expected 🙈 (once we have the ROI bug fixed, see fractal-faim-hcs package)

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

1 participant