ImportError: DLL load failed while importing onnxruntime_pybind11_state: 找不到指定的程序。

在这里插入图片描述

  • 导致问题原因
当在命令窗口输入labelme命令启动时调用onnxruntime_pybind11_state DLL(动态链接库链接失败!),所以导致程序启动失败!
  • 解决方案
重新安装VC++ 2019解决
GitHub 加速计划 / on / onnxruntime
21
3
下载
microsoft/onnxruntime: 是一个用于运行各种机器学习模型的开源库。适合对机器学习和深度学习有兴趣的人,特别是在开发和部署机器学习模型时需要处理各种不同框架和算子的人。特点是支持多种机器学习框架和算子,包括 TensorFlow、PyTorch、Caffe 等,具有高性能和广泛的兼容性。
最近提交(Master分支:6 个月前 )
8901718e ### Description Fixes a compiler error in the ACL option parsing for perftest. ### Motivation and Context Fixes a compiler error when building with the ACL execution provider. Signed-off-by: Michael Tyler <michael.tyler@arm.com> 17 天前
47a00774 ### Description This PR updates the attention fusion for conformer-encoder models. It is a follow-up to [this PR](https://github.com/microsoft/onnxruntime/pull/23528). ### Motivation and Context Subsequent modeling code updates have changed (and will continue to change) the graph fusions. However, the three ending attention mask nodes (`Cast --> Unsqueeze --> Equal`) will remain. Thus, the attention fusion should work regardless of any future modeling code changes when handling the attention mask. 18 天前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐