-
Notifications
You must be signed in to change notification settings - Fork 8
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
OnnxRunTime Problem #7
Comments
I also tried with CMAKE, but got same errors. |
When I was compiling, I also encountered the same error, did you solve this problem? |
I have solved this problem by using onnxruntime version 1.8.1 and compiling it successfully |
I have changed my onnxruntime version into 1.8.1 but still have problems in error: no matching function for call to ‘Ort::Session::Session(Ort::Env&, const wchar_t*, Ort::SessionOptions&)’ |
|
When you change widestr to model_path,and then delete |
I modify my code like this |
onnxruntime用了1.8.1版本后,我就改了这一个地方,其余地方都没改。我的编译脚本是 |
YOLOV7_face::YOLOV7_face(Net_config config)
} |
非常感谢!已经能跑通了但用我训练导出的onnx模型会报onnx版本的问题,我想问问这是官方export.py的问题吗? |
When I run the main.cpp in Colab with "!g++ /content/yolov7-detect-face-onnxrun-cpp-py/main.cpp -o cv -I/usr/include/opencv4 -I/usr/local/include/onnxruntime/", I got the errors below. What can be the problem and the solution?
The text was updated successfully, but these errors were encountered: