Class InferPostprocessor
-
- All Implemented Interfaces:
public abstract class InferPostprocessor extends Postprocessor
Postprocessing abstract class based on postprocessing.
-
-
Method Summary
Modifier and Type Method Description <T> List<T>
postprocess(InferenceOptions options)
Processes output from a model and generates a result. -
-
Method Detail
-
postprocess
<T> List<T> postprocess(InferenceOptions options)
Processes output from a model and generates a result.
- Parameters:
options
- the options provided from the UI for inference.- Returns:
the output of the postprocessing step.
-
-
-
-