-
Notifications
You must be signed in to change notification settings - Fork 24
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
Finalize Hybrid tracings #3288
Comments
@youri-k The backend would also need to support skeleton/volume mode for tasks (types). It should probably be enough to have a some sort of tracing type flag for a task (type?). So, it's either "skeleton", "volume" or hybrid. In the UI, we would probably show this as two checkboxes (one for skeleton and one for volume) for which at least one has to be active. |
@youri-k It looks like when making a skeleton tracing hybrid, the created volume tracing is created using the "use a new segmentation layer" option, which makes the segmentation, that was visible in the skeleton tracing before, disappear. I would think the "use existing segmentation layer" option is more appropriate in this case, what do you think? Edit: You can try this out on the |
Note that tasks do not have volume mode yet because some things are not defined for volumes (like merging multiple ones). This might be slightly more complex than thought. |
Followup in #3433. |
When we have versioning for volume tracing, we should try to push hybrid tracings to being the new standard. This includes:
The text was updated successfully, but these errors were encountered: