You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
(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)
The issue comes from here:
fractal-tasks-core/fractal_tasks_core/tasks/cellpose_segmentation.py
Line 435 in cafe063
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
The text was updated successfully, but these errors were encountered: