Yf Chen

Results 3 comments of 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...