sdcb / OpenVINO.NET

High quality .NET wrapper for OpenVINO™ toolkit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with Sdcb.OpenVINO.runtime.centos.7-x64 version 2023.3.0

aropb opened this issue · comments

Error:

The type initializer for 'Sdcb.OpenVINO.Natives.NativeMethods' threw an exception.
System.TypeInitializationException: The type initializer for 'Sdcb.OpenVINO.Natives.NativeMethods' threw an exception.
---> System.TypeInitializationException: The type initializer for 'Sdcb.OpenVINO.Natives.OpenVINOLibraryLoader' threw an exception.
---> System.DllNotFoundException: Unable to load native library: libopenvino_c.so.2320, dependencies status:
libtbb.so.12:94587538264256
libopenvino.so.2320:0
Unable to load native library: libopenvino_c.so.2310, dependencies status:
libtbb.so.12:94587538264256
libopenvino.so.2310:0

image

Files:

image

Hi,

You fixed OpenVINO, but PaddleOCR does not work!
Thanks.

Should be missing some deps, can try watch my video here: https://www.bilibili.com/video/BV1R64y1L7Sv/ (in Chinese)

The error is understandable:

image

The PaddleOCR assembly gives these files (*.2330):

image

All dependencies need to be actualized:

image

Thanks for your information, yes according to your provided code, this seems an issue