Yf Chen
Yf Chen
Hello, In your example code, using YOLOv8 for pose estimation allows you to obtain the bounding box size, confidence level, and processing speed. Could you please advise on how to...
var imagePath = "MyImagePath"; var predictor = YoloV8Predictor.Create("MyONNXPath"); var result = await predictor.PoseAsync(imagePath); and I've found that it only includes the BOX property: Could you please provide an example of...
I have obtained the coordinates. Thank you very much!