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.
FaceResult
Face recognition result: detection plus 512-dim ArcFace embedding. Use FaceSession->Compare() to measure similarity between two embeddings.
Operations
GetDetection #
The face detection (bounding box + landmarks).
method : public : GetDetection() ~ FaceDetectionReturn
| Type | Description |
|---|---|
| FaceDetection | face detection |