onnxruntime::ProviderLibrary::Get [ONNXRuntimeError] : 1 : FAIL : LoadLibrary failed with error 126のエラーの解決法
Pythonのライブラリregbgを試したところ、以下のエラーが発生した。
onnxruntime::ProviderLibrary::Get [ONNXRuntimeError] : 1 : FAIL : LoadLibrary failed with error 126
見た感じ、どうもインストール方法を間違えたようだ。
解決方法
インストールし直したらできた。
pip uninstall rembg
pip uninstall onnxruntime
pip install rembg[gpu] onnxruntime-gpu