Closed hewag1975 closed 3 weeks ago
Hi @hewag1975 , could you perform these activities:
import onnxruntime, sys
sys.version
onnxruntime.__version__
onnxruntime.get_build_info()
onnxruntime.get_available_providers()
It would be helpful for me to debug that issue.
PS: You can try to update the onnxruntime library version—the instruction you can find here. Just search the words "update the ONNXRuntime library in QGIS:".
Hi @bartoszptak,
here is the output:
import onnxruntime, sys
sys.version
'3.9.18 (heads/master:5eba59e, Feb 1 2024, 20:02:10) [MSC v.1929 64 bit (AMD64)]'
onnxruntime.__version__
'1.17.0'
onnxruntime.get_build_info()
'ORT Build Info: git-branch=HEAD, git-commit-id=5f0b62cde5, build type=RelWithDebInfo, cmake cxx flags: /guard:cf /DWIN32 /D_WINDOWS /DWINAPI_FAMILY=100 /DWINVER=0x0A00 /D_WIN32_WINNT=0x0A00 /DNTDDI_VERSION=0x0A000000 /O2 /Ob1 /DNDEBUG /EHsc /EHsc /wd26812 -DEIGEN_HAS_C99_MATH -DCPUINFO_SUPPORTED'
onnxruntime.get_available_providers()
['AzureExecutionProvider', 'CPUExecutionProvider']
Updating the ONNXRuntime as you suggested resolves the problem
onnxruntime.__version__
'1.19.2'
Thanks. Feel free to close.
Hi, thank you for the great plugin.
Describe the bug I recently updated to version 0.6.4 and since then the car detection using the Aerial Cars Detection model throws the following error:
To Reproduce Open QGIS and Deepness Plugin, add an image to analyze Select Input Layer and processed area Select Model Type "Detector" Load the model onxx-file
Expected behavior No error, model should be loaded to do inference
Screenshots (including Deepness options selected)
Desktop (please complete the following information):
Thanks for your help.