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
Currently, model outputs of same size are handled in inference.
Outputs parameters
A nice enhancement could be to add a parameter group for models outputs, and use the same strategy as the input sources.
For instance, an environment variable called OTB_TF_NOUTPUTS could set the number of model outputs.
Each output would have:
a name (output1.names would replace outputs.names)
an expression field (output1.efieldx/y would replace outputs.efieldx/y)
a scale factor (output1.spcscale would replace outputs.spcscale)
Outputs writing
We should use the new otb::MultiImageFileWriter.
See here how they implemented that in the Orfeo ToolBox!
API Change
Breaks main API so milestone is OTBTF 3.0
The text was updated successfully, but these errors were encountered:
Currently, model outputs of same size are handled in inference.
Outputs parameters
A nice enhancement could be to add a parameter group for models outputs, and use the same strategy as the input sources.
For instance, an environment variable called
OTB_TF_NOUTPUTS
could set the number of model outputs.Each output would have:
output1.names
would replaceoutputs.names
)output1.efieldx/y
would replaceoutputs.efieldx/y
)output1.spcscale
would replaceoutputs.spcscale
)Outputs writing
We should use the new
otb::MultiImageFileWriter
.See here how they implemented that in the Orfeo ToolBox!
API Change
Breaks main API so milestone is OTBTF 3.0
The text was updated successfully, but these errors were encountered: