Interface IYoloOutputParser
Defines an interface for a class responsible for parsing the outputs received from a Yolo model during the prediction process.
Namespace: EyeAuras.OpenCVAuras.ML.Yolo
Assembly: EyeAuras.OpenCVAuras.Shared.dll
Syntax
public interface IYoloOutputParser
Methods
Name | Description |
---|---|
Parse(IReadOnlyCollection<NamedOnnxValue>, Size, YoloModelDescription, MLMaskProcessingType) | Parses the raw outputs from a Yolo model and converts them into a list of Yolo predictions. |