Skip to content

0.6.1

Compare
Choose a tag to compare
@sdcb sdcb released this 29 Nov 02:05
· 41 commits to master since this release
9c59d5b

OpenVINO.NET 0.6.1 版本发布说明

我们很高兴地宣布OpenVINO.NET的三个NuGet包现已更新至0.6.1版本。以下是本次更新的详细信息。

NuGet包更新概览

包名 版本
Sdcb.OpenVINO NuGet
Sdcb.OpenVINO.PaddleOCR NuGet
Sdcb.OpenVINO.Extensions.OpenCvSharp4 NuGet

Sdcb.OpenVINO 0.6.1

从0.6.0版本更新。这次更新主要是修复了在.NET Framework环境下,加载动态库失败的问题,提升了库的兼容性。

Sdcb.OpenVINO.Extensions.OpenCvSharp4 0.6.1

从0.2.1版本更新。这个版本的更新将会自动依赖更新后的Sdcb.OpenVINO核心库0.6.1版,替换了之前的0.2.0版本。另外,我们在这个包中增加了一个StackingVertically的重载方法,它使用了OpenCV内置的VConcat函数,通过此次优化可以提高约30~40%的性能。这项功能的加入要特别感谢 @AvenSun 的贡献:PR链接

Sdcb.OpenVINO.PaddleOCR 0.6.1

从0.5.1版本更新。本次更新同样将自动依赖更新后的Sdcb.OpenVINO核心库至0.6.1版本,并且将依赖的Sdcb.OpenVINO.Extensions.OpenCvSharp4包更新至0.6.1版本。通过这次的链式更新,用户将能够享受到性能提升的优势。

总结

感谢所有用户的持续支持,我们期待你体验OpenVINO.NET新版本带来的改进。如有任何问题或建议,请通过项目的GitHub页面与我们联系。

OpenVINO.NET 0.6.1 Release Notes in English

We are delighted to announce that the three NuGet packages for OpenVINO.NET have now been updated to version 0.6.1. Here are the detailed updates.

Overview of NuGet Package Updates

Package Name Version
Sdcb.OpenVINO NuGet
Sdcb.OpenVINO.PaddleOCR NuGet
Sdcb.OpenVINO.Extensions.OpenCvSharp4 NuGet

Sdcb.OpenVINO 0.6.1

Updated from version 0.6.0. This update mainly fixes the issue of dynamic library loading failures in the .NET Framework environment, improving the library's compatibility.

Sdcb.OpenVINO.Extensions.OpenCvSharp4 0.6.1

Updated from version 0.2.1. This version of the update will automatically depend on the updated core library Sdcb.OpenVINO version 0.6.1, replacing the previous version 0.2.0. Additionally, we have added an overloaded method of StackingVertically to this package, which makes use of the built-in VConcat function in OpenCV, and this optimization can improve performance by about 30~40%. We would particularly like to thank @AvenSun for their contribution to this feature: PR link.

Sdcb.OpenVINO.PaddleOCR 0.6.1

Updated from version 0.5.1. This update will also automatically depend on the updated core library Sdcb.OpenVINO to version 0.6.1 and will update the dependent Sdcb.OpenVINO.Extensions.OpenCvSharp4 package to version 0.6.1. Through this chained update, users will be able to enjoy the benefits of performance improvements.

Summary

Thank you all for your continuous support. We look forward to you experiencing the improvements brought by the new version of OpenVINO.NET. If you have any questions or suggestions, please contact us through the project's GitHub page.