OpenVINO.NET
OpenVINO.NET copied to clipboard
High quality .NET wrapper for OpenVINO™ toolkit.
Hi, We expect very much Sdcb.OpenCvSharp4.mini.runtime's new version. Thanks.
Hello, After testing and isolating the problem, I found that if the any project in the solution contains the dependency package opencvsharp4.extensions, the library doesn't work and throw this error:...
OpenVINO.NET version code(using LINQPad): ``` C# OpenCvSharp4.runtime.win Sdcb.OpenVINO Sdcb.OpenVINO.PaddleOCR Sdcb.OpenVINO.PaddleOCR.Models.Online Sdcb.OpenVINO.runtime.win-x64 OpenCvSharp System.Threading.Tasks System.Net.Http Sdcb.OpenVINO.PaddleOCR Sdcb.OpenVINO.PaddleOCR.Models.Online async Task Main() { using Mat src = Cv2.ImDecode(await new HttpClient().GetByteArrayAsync("https://raw.githubusercontent.com/PaddlePaddle/PaddleOCR/main/doc/demo/error.png"), ImreadModes.Color); Sdcb.OpenVINO.PaddleOCR.PaddleOcrAll all...
Hi, I have an Intel Core Ultra 9 Processor with NPU. It was not possible to start recognition for the NPU. Everything works for the CPU. This my code: string...
比如 PaddleDetection
您好,我使用pytorch模型转成的Openvino模型,在C#调用时发现检测结果与原先的torch模型相比变差了,问题可能出在哪里呢?
support openvino2025.1.0.0 please openvino.genai2025.1.0.0 c api is out,can you have a plan to support?
using OpenCvSharp; using Sdcb.OpenVINO.PaddleOCR.Models.Online; using Sdcb.OpenVINO.PaddleOCR.Models; using Sdcb.OpenVINO.PaddleOCR; using System.Diagnostics; using System; FullOcrModel model = await OnlineFullModels.ChineseV4.DownloadAsync(); using (PaddleOcrAll all = new(model) { AllowRotateDetection = true, Enable180Classification = true, })...
Sorry to disturb you again,can you support 2025.3.0? thank you