Compiling cpp_infer for Windows 10 #12917
Unanswered
richardgohth
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I followed the steps in https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/deploy/cpp_infer/docs/windows_vs2019_build.md
Opencv Version 4.1.2
Windows 10
VS2019
Managed to compile release x64 after adding additional include directors and additional lib directories.
But the resulting ppocr.exe cannot be run. CMD window pops up and closes.
All the dlls have been copied to the same directory.
Debugview shows nothing.
Running from windebug show "No runnable debuggees error in 'g'
"
Dependence walker shows "cannot find the section that owns the import directory"
Anyone has compilable sources and vcxproj files?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions