Closed elaubsch closed 2 years ago
Just wanted to check if it's intentional to merge this into multiple-visualizers? Or if the target should be switched to master?
Is it possible to add tooltip help text over the dimension menu to give users some additional help/context?
I can add the tooltip and make a PR into this branch. How does this text sound?
Set the dimension order when predicting with multiple channels or multiple batches.
I feel like it might be missing something
This PR adds a dropdown to only the Segmentation job card with the dimension order options: bxy, cxy, bxyc, and cxyb. This change addresses the issue where multi-batch image stacks with no channel dimension were previously handled as multi-channel stacks by the segmentation consumer. The dimension order input from the user is now saved to the Redis data for each segmentation job with the variable name
dimension_order
.