-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OV plugin does not load on Linux #34
Comments
Probably the dependency |
First, Then, set |
Thanks for the support. The so was not being linked against The GPU backend does not work. It says |
Did you fetch all submodules of openvino? Is OV_CPU faster than ORT_CPU? |
Thanks, I did not have time to try OV vs ORT. I gave up when I realized that I wouldn't get far anyways with the intel GPU, so now I'm trying to compile the ONNXRuntime based one to use with cuda. |
@jcarrano have you built the ONNXRuntime based one to use with cuda succefully? |
@lu0se Is there any issue? I use ort_cuda+ov on linux, but I haven't upgraded to the latest version yet. |
I tried to compile it on Arch Linux,but it failed when I compile protobuf,could you provide your compilation scripts? |
What's the error? I do not have a fixed script and compile it manually, based on the workflow file. |
when i compile openvivo,
|
While this is indeed a strange issue, we do not compile openvino with opencv support. |
I managed to get the OpenVino plugin to compile under Arch Linux after a few tweaks but VapourSynth is not loading it. The shared object is loaded according to strace, but vs reports:
What is the procedure to debug this? I'm not familiar with VS development but I can try to debug it I'm given me some pointers.
The text was updated successfully, but these errors were encountered: