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.
OpenPoseClassification
OpenPose keypoint result with normalized coordinates and confidence. Undetected keypoints have normalized coordinates of -1.
Operations
GetConfidence #
Get classification confidence
method : public : GetConfidence() ~ FloatReturn
| Type | Description |
|---|---|
| Float | classification confidence |
GetId #
Get classification ID
method : public : GetId() ~ OpenPoseClassification->TypeReturn
| Type | Description |
|---|---|
| OpenPoseClassification->Type | classification ID |
GetName #
Get classification name
method : public : GetName() ~ StringReturn
| Type | Description |
|---|---|
| String | classification name |
GetNormalizedX #
Get normalized X-coordinate
method : public : GetNormalizedX() ~ FloatReturn
| Type | Description |
|---|---|
| Float | normalized X-coordinate |
GetNormalizedY #
Get normalized y-coordinate
method : public : GetNormalizedY() ~ FloatReturn
| Type | Description |
|---|---|
| Float | normalized y-coordinate |
ToJson #
JSON representation
method : public : ToJson() ~ JsonElementReturn
| Type | Description |
|---|---|
| JsonElement | JSON representation |