YoloSession
Yolo inference session
Operations
Inference
Yolo image inference, support for models v8 and above
method : public : Inference(image:Byte[], height:Int, conf_threshold:Float, labels:String[]) ~ API.Onnx.YoloResultParameters
| Name | Type | Description |
|---|---|---|
| image | Byte | width width |
| height | Int | image height |
| conf_threshold | Float | confidence threshold |
| labels | String | classification labels |