Class Postprocessor
-
- All Implemented Interfaces:
public abstract class Postprocessor
Abstract postprocessing class to generate a list of recognitions.
-
-
Method Summary
Modifier and Type Method Description abstract <T> List<T>
postprocess(InferenceOptions options)
Processes output from a model and generates a result. -
-
Method Detail
-
postprocess
abstract <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.
-
-
-
-