Make Yolov8.NET multiplatform
Miro382 opened this issue · 3 comments
Hi, the current issue for this interface is that it uses System.Drawing.Image, which only works exclusively on the Windows platform. For the new multiplatform .NET, this is a huge disadvantage. It would be better to be able to use, for example, ImageSharp.
https://github.com/SixLabors/ImageSharp
Hi, the current issue for this interface is that it uses System.Drawing.Image, which only works exclusively on the Windows platform. For the new multiplatform .NET, this is a huge disadvantage. It would be better to be able to use, for example, ImageSharp. https://github.com/SixLabors/ImageSharp
I think you're right. Strongly recommend supporting multiple platforms
I hope this also.
I've updated the package to remove the dependency on System.Drawing. It now depends on ImageSharp.