Compunet
Compunet
odd.... I will check it on my side soon.
Can you attach the picture to reproduce the problem? > Message ID: ***@***.***> >
@aloksharma1 you will probably need to train your own model for your need, because the pretrained model is suitable for satellite photos and such (DOTAv1 dataset), not for low-altitude photos.
I do not know. You should ask here: https://github.com/ultralytics/ultralytics
I don't think it's related to .NET 8, it makes more sense that it's related to the Microsoft.ML.OnnxRuntime.Gpu package. (try searching the official onnxruntime repo for similar problems) > Message...
@IWillAshore The method `Pose` returns `PoseResult` object which contains the property `Boxes` as an array of `PoseBoundingBox` that they contain the property: `Keypoints`, Obviously?
I'm sorry, believe me if I had a solution to your problem I would write it here, but I don't use GPU at all, I added a special nuget package...
@dhunjoshi Could you please provide an example of reproduction (photo, and model if need)
@Cosmos1973GQ From the screenshot I see that you are using a model called `yolov8s_cls_seg.onnx` which I am not sure if its task is `classify` or `segment`, and with this model...
It was fixed in version 5.0.2, which version are you using?