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
As we define pre- and postprocessing steps per tensor they do not have a (clear) global order.
Some postprocessing steps reference other tensors. We for now just defined that these other tensors are always referenced before their own pre-/postprocessing. This assumption is arbitrary.
I propose to separate pre-/postprocessing from individual inputs/outputs to their own fields preprocessing/postprocessing and add tensor_id to all pre-/postprocessing kwargs.
This allows for user-control of the global processing order.
As we define pre- and postprocessing steps per tensor they do not have a (clear) global order.
Some postprocessing steps reference other tensors. We for now just defined that these other tensors are always referenced before their own pre-/postprocessing. This assumption is arbitrary.
I propose to separate pre-/postprocessing from individual inputs/outputs to their own fields
preprocessing
/postprocessing
and addtensor_id
to all pre-/postprocessingkwargs
.This allows for user-control of the global processing order.
relevant postprocessings:
cc @bioimage-io/spec-dev
The text was updated successfully, but these errors were encountered: