YoloV8 icon indicating copy to clipboard operation
YoloV8 copied to clipboard

Integrate YOLOv8 into your C# project for a variety of real-time tasks including object detection, instance segmentation, pose estimation and more, using ONNX Runtime.

Results 5 YoloV8 issues
Sort by recently updated
recently updated
newest added

Hello i tried to use yolov8x-obb.onnx with your package because i need the object orientation as well as detection, but even on lowest confidence level i am not getting any...

Проверил Checking CUDA availability... CUDA is available! NVIDIA GeForce GTX 1080 Ti но проблема с библиотекой onnxruntime_providers_cuda.dll Произошла ошибка в обработке клиента: [ErrorCode:RuntimeException] D:\a\_work\1\s\onnxruntime\core\session\provider_bridge_ort.cc:1193 onnxruntime::ProviderLibrary::Get [ONNXRuntimeError] : 1 : FAIL...

I want to draw obb boxes. i tried but these are not at actual position.

I'm using the same path to the model as before but now I'm getting an error when I updated the nuget packet System.ArgumentOutOfRangeException: 'Specified argument was out of the range...

![Screenshot_38](https://github.com/user-attachments/assets/2564100f-bda3-4d19-8961-a9ed705e67ae) ![Screenshot_39](https://github.com/user-attachments/assets/e433cd19-8059-4c19-9be2-50d52afcc49b) Title: High Memory Usage in PredictorPlottingExtensions Class Description: I’m experiencing significant memory usage when using the PredictorPlottingExtensions class in the YOLOv8 project. During image processing, memory consumption increases...