Hi, I have OBS as flatpak and added this pluging as flatpak as well (following
https://occ-ai.github.io/obs-backgroundremoval/flatpak)
It works fine via CPU but when I select GPU I get:
[obs-backgroundremoval] /onnxruntime_src/onnxruntime/core/session/provider_bridge_ort.cc:1193 onnxruntime::Provider& onnxruntime::ProviderLibrary::Get() [ONNXRuntimeError] : 1 : FAIL : Failed to load library libonnxruntime_providers_tensorrt.so with error: libcudnn.so.8: cannot open shared object file: No such file or directory
[obs-backgroundremoval] Failed to create ONNXRuntime session. Error code: 5
I installed CUDA Toolkit and NVIDIA cuDNN libraries from NVIDIA and that library "libcudnn.so.8" (8.7.0) is installed, but the error message still says it does not exist?