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
When running automatic pipelines, processing fails in X % of the case. E.g., segmentation leaks. So, we would like to be able to:
run the pipeline
manually fix what needs to be fixed
re-run the pipeline, using what is manually fixed
Suggestions
One way to do it, is to add a suffix -manual to all manual corrections and upload those in the derivatives. Then, the pipeline looks for the file with "-manual" in the derivatives and use them.
Context
When running automatic pipelines, processing fails in X % of the case. E.g., segmentation leaks. So, we would like to be able to:
Suggestions
One way to do it, is to add a suffix
-manual
to all manual corrections and upload those in the derivatives. Then, the pipeline looks for the file with "-manual" in the derivatives and use them.Some inspiration from the spine-generic project.
The text was updated successfully, but these errors were encountered: