Bundle ONNX Runtime inference library for running pre-trained models. Supports object detection (YOLO), image classification (ResNet), segmentation (DeepLab), pose estimation (OpenPose), face recognition, and Phi-3 text generation. Compile with -lib onnx.
FaceRecognitionResult
Collection of face recognition results returned by FaceSession->Recognize(). Each entry contains a FaceDetection plus a 512-dim ArcFace embedding.
Operations
GetResults #
Array of face results (detection + embedding).
method : public : GetResults() ~ FaceResult[]Return
| Type | Description |
|---|---|
| FaceResult | face result array |