Namespace VisioForge.Core.ONNX
Classes
- CocoLabels
-
Default COCO-80 class label set used by YOLO detectors when no custom labels are supplied.
- OnnxInferenceEngine
-
Wraps a Microsoft.ML.OnnxRuntime.InferenceSession and provides reusable RGBA-frame preprocessing (letterbox resize + NCHW conversion + optional normalization) and execution.
- OnnxInferenceEventArgs
-
Provides the raw outputs produced by a generic ONNX inference run for a single video frame.
- YoloDetector
-
YOLOv8/v11 object detector built on top of VisioForge.Core.ONNX.OnnxInferenceEngine.