Skip to content

Commit b3ca13c

Browse files
committed
Update readme packages
1 parent 884e20b commit b3ca13c

1 file changed

Lines changed: 23 additions & 49 deletions

File tree

readme.md

Lines changed: 23 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -13,55 +13,31 @@ Please check my cnblogs blog for more details:
1313

1414
## Packages
1515

16-
### Core packages
16+
### Main packages
1717

18-
| Package | Version 📌 | Description |
19-
| -------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
20-
| Sdcb.OpenVINO | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenVINO.svg)](https://nuget.org/packages/Sdcb.OpenVINO) | .NET PInvoke interface |
21-
| Sdcb.OpenVINO.Extensions.OpenCvSharp4 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenVINO.Extensions.OpenCvSharp4.svg)](https://nuget.org/packages/Sdcb.OpenVINO.Extensions.OpenCvSharp4) | OpenVINO OpenCvSharp4 extensions |
18+
| Package | Version | Description |
19+
| ------------------------------------- | ------- | ------------------------------------- |
20+
| Sdcb.OpenVINO | 0.7.1 | .NET PInvoke interface |
21+
| Sdcb.OpenVINO.Extensions.OpenCvSharp4 | 0.7.0 | OpenVINO OpenCvSharp4 extensions |
22+
| Sdcb.OpenVINO.PaddleOCR | 0.8.0 | OpenVINO Paddle OCR Toolkit |
23+
| Sdcb.OpenVINO.PaddleOCR.Models.Online | 0.8.0 | Online Models for OpenVINO Paddle OCR |
2224

2325
### Platform shared runtime packages
2426

2527
Current `Sdcb.OpenVINO` native runtime packages target OpenVINO 2026.2.0 only. On Linux/macOS, the loader only resolves the `2620` native library suffix, such as `libopenvino_c.so.2620` and `libopenvino_c.2620.dylib`.
2628

27-
| Package | Version 📌 | Description |
28-
| -------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
29-
| Sdcb.OpenVINO.runtime.centos.8-x64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenVINO.runtime.centos.8-x64.svg)](https://nuget.org/packages/Sdcb.OpenVINO.runtime.centos.8-x64) | Runtime for CentOS 8 x64 |
30-
| Sdcb.OpenVINO.runtime.linux-arm | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenVINO.runtime.linux-arm.svg)](https://nuget.org/packages/Sdcb.OpenVINO.runtime.linux-arm) | Runtime for Debian 9+ ARM |
31-
| Sdcb.OpenVINO.runtime.rhel.8-x64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenVINO.runtime.rhel.8-x64.svg)](https://nuget.org/packages/Sdcb.OpenVINO.runtime.rhel.8-x64) | Runtime for RHEL 8 x64 |
32-
| Sdcb.OpenVINO.runtime.ubuntu.22.04-arm64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenVINO.runtime.ubuntu.22.04-arm64.svg)](https://nuget.org/packages/Sdcb.OpenVINO.runtime.ubuntu.22.04-arm64) | Runtime for Ubuntu 22.04 ARM64 |
33-
| Sdcb.OpenVINO.runtime.ubuntu.22.04-x64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenVINO.runtime.ubuntu.22.04-x64.svg)](https://nuget.org/packages/Sdcb.OpenVINO.runtime.ubuntu.22.04-x64) | Runtime for Ubuntu 22.04 x64 |
34-
| Sdcb.OpenVINO.runtime.ubuntu.24.04-x64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenVINO.runtime.ubuntu.24.04-x64.svg)](https://nuget.org/packages/Sdcb.OpenVINO.runtime.ubuntu.24.04-x64) | Runtime for Ubuntu 24.04 x64 |
35-
| Sdcb.OpenVINO.runtime.android-x64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenVINO.runtime.android-x64.svg)](https://nuget.org/packages/Sdcb.OpenVINO.runtime.android-x64) | Runtime for Android x64 |
36-
| Sdcb.OpenVINO.runtime.osx.12.6-arm64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenVINO.runtime.osx.12.6-arm64.svg)](https://nuget.org/packages/Sdcb.OpenVINO.runtime.osx.12.6-arm64) | Runtime for macOS 12.6 ARM64 |
37-
| Sdcb.OpenVINO.runtime.win-x64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenVINO.runtime.win-x64.svg)](https://nuget.org/packages/Sdcb.OpenVINO.runtime.win-x64) | Runtime for Windows x64 |
38-
| Sdcb.OpenVINO.runtime.win-mt-x64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenVINO.runtime.win-mt-x64.svg)](https://nuget.org/packages/Sdcb.OpenVINO.runtime.win-mt-x64) | Runtime for Windows x64 with VC MT runtime |
39-
40-
### OpenCvSharp4 mini runtime
41-
42-
| Id | Version | Size | OS | Arch |
43-
| -------------------------------------- | ----- | -------- | ------------ | ----- |
44-
| Sdcb.OpenCvSharp4.mini.runtime.centos.7-arm64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenCvSharp4.mini.runtime.centos.7-arm64.svg)](https://nuget.org/packages/Sdcb.OpenCvSharp4.mini.runtime.centos.7-arm64) | 3.23MB | CentOS 7 | ARM64 |
45-
| Sdcb.OpenCvSharp4.mini.runtime.centos.7-x64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenCvSharp4.mini.runtime.centos.7-x64.svg)](https://nuget.org/packages/Sdcb.OpenCvSharp4.mini.runtime.centos.7-x64) | 16.75MB | CentOS 7 | x64 |
46-
| Sdcb.OpenCvSharp4.mini.runtime.debian.11-arm64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenCvSharp4.mini.runtime.debian.11-arm64.svg)](https://nuget.org/packages/Sdcb.OpenCvSharp4.mini.runtime.debian.11-arm64) | 4.05MB | Debian 11 | ARM64 |
47-
| Sdcb.OpenCvSharp4.mini.runtime.debian.11-x64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenCvSharp4.mini.runtime.debian.11-x64.svg)](https://nuget.org/packages/Sdcb.OpenCvSharp4.mini.runtime.debian.11-x64) | 18.13MB | Debian 11 | x64 |
48-
| Sdcb.OpenCvSharp4.mini.runtime.debian.12-arm64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenCvSharp4.mini.runtime.debian.12-arm64.svg)](https://nuget.org/packages/Sdcb.OpenCvSharp4.mini.runtime.debian.12-arm64) | 4.18MB | Debian 12 | ARM64 |
49-
| Sdcb.OpenCvSharp4.mini.runtime.debian.12-x64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenCvSharp4.mini.runtime.debian.12-x64.svg)](https://nuget.org/packages/Sdcb.OpenCvSharp4.mini.runtime.debian.12-x64) | 17.47MB | Debian 12 | x64 |
50-
| Sdcb.OpenCvSharp4.mini.runtime.ubuntu.22.04-arm64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenCvSharp4.mini.runtime.ubuntu.22.04-arm64.svg)](https://nuget.org/packages/Sdcb.OpenCvSharp4.mini.runtime.ubuntu.22.04-arm64) | 4.18MB | Ubuntu 22.04 | ARM64 |
51-
| Sdcb.OpenCvSharp4.mini.runtime.ubuntu.22.04-x64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenCvSharp4.mini.runtime.ubuntu.22.04-x64.svg)](https://nuget.org/packages/Sdcb.OpenCvSharp4.mini.runtime.ubuntu.22.04-x64) | 17.47MB | Ubuntu 22.04 | x64 |
52-
| Sdcb.OpenCvSharp4.mini.runtime.android-arm64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenCvSharp4.mini.runtime.android-arm64.svg)](https://nuget.org/packages/Sdcb.OpenCvSharp4.mini.runtime.android-arm64) | 4.04MB | Android | ARM64 |
53-
| Sdcb.OpenCvSharp4.mini.runtime.android-x64 | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenCvSharp4.mini.runtime.android-x64.svg)](https://nuget.org/packages/Sdcb.OpenCvSharp4.mini.runtime.android-x64) | 5.9MB | Android | x64 |
54-
55-
56-
## Linux docker images(deprecated)
57-
58-
| Docker Image | Version 📌 | Description |
59-
| ---------------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
60-
| sdflysha/openvino-base | [![Docker](https://img.shields.io/docker/v/sdflysha/openvino-base)](https://hub.docker.com/r/sdflysha/openvino-base) | .NET 7 SDK, OpenCvSharp 4.8, Ubuntu 22.04 x64 |
61-
62-
Note:
63-
64-
This docker image was built by [this dockerfile](https://github.com/sdcb/dockerfiles/blob/main/openvino/openvino-base/dockerfile), You can build other docker images as well.
29+
| Package | Version | Description |
30+
| ---------------------------------------- | -------- | ------------------------------------- |
31+
| Sdcb.OpenVINO.runtime.android-x64 | 2026.2.0 | Runtime for Android x64 |
32+
| Sdcb.OpenVINO.runtime.centos.8-x64 | 2026.2.0 | Runtime for CentOS 8 x64 |
33+
| Sdcb.OpenVINO.runtime.linux-arm | 2026.2.0 | Runtime for Debian 9+ ARM |
34+
| Sdcb.OpenVINO.runtime.osx.12.6-arm64 | 2026.2.0 | Runtime for macOS 12.6 ARM64 |
35+
| Sdcb.OpenVINO.runtime.rhel.8-x64 | 2026.2.0 | Runtime for RHEL 8 x64 |
36+
| Sdcb.OpenVINO.runtime.ubuntu.22.04-arm64 | 2026.2.0 | Runtime for Ubuntu 22.04 ARM64 |
37+
| Sdcb.OpenVINO.runtime.ubuntu.22.04-x64 | 2026.2.0 | Runtime for Ubuntu 22.04 x64 |
38+
| Sdcb.OpenVINO.runtime.ubuntu.24.04-x64 | 2026.2.0 | Runtime for Ubuntu 24.04 x64 |
39+
| Sdcb.OpenVINO.runtime.win-mt-x64 | 2026.2.0 | Runtime for Windows x64 with VC MT runtime |
40+
| Sdcb.OpenVINO.runtime.win-x64 | 2026.2.0 | Runtime for Windows x64 |
6541

6642
## Infer examples:
6743

@@ -89,12 +65,10 @@ Please refer to [this project](https://github.com/sdcb/mini-openvino-paddleocr)
8965

9066
### Packages
9167

92-
| Package | Version 📌 | Description |
93-
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------- |
94-
| Sdcb.OpenVINO.PaddleOCR | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenVINO.PaddleOCR.svg)](https://nuget.org/packages/Sdcb.OpenVINO.PaddleOCR) | OpenVINO Paddle OCR Toolkit |
95-
| Sdcb.OpenVINO.PaddleOCR.Models.Online | [![NuGet](https://img.shields.io/nuget/v/Sdcb.OpenVINO.PaddleOCR.Models.Online.svg)](https://nuget.org/packages/Sdcb.OpenVINO.PaddleOCR.Models.Online) | Online Models for OpenVINO Paddle OCR |
96-
97-
The build instructions/docs is in this [opencvsharp-mini-runtime](https://github.com/sdcb/opencvsharp-mini-runtime) repository.
68+
| Package | Version | Description |
69+
| ------------------------------------- | ------- | ------------------------------------- |
70+
| Sdcb.OpenVINO.PaddleOCR | 0.8.0 | OpenVINO Paddle OCR Toolkit |
71+
| Sdcb.OpenVINO.PaddleOCR.Models.Online | 0.8.0 | Online Models for OpenVINO Paddle OCR |
9872

9973
### Usage
10074

0 commit comments

Comments
 (0)