-
Notifications
You must be signed in to change notification settings - Fork 122
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
关于运行 #8
Comments
源码都有,你把源码拷贝到你的CLion工程里,自己做一些配置就好了 |
谢谢! |
exe是编译器编译生成的一个可执行文件,不同的编译器不一样,我也不知道CLion生成在哪个文件夹,opencv的dll可以在这里下载
https://download.csdn.net/download/rs_lys/13062736
SwaggyP <[email protected]> 于2021年1月30日周六 下午10:42写道:
…
若运行时提示缺少opencv_310(d).dll,则在OpenCV文件夹里找到对应的dll文件复制到程序exe所在的目录即可(Opencv\dll\opencv_310(d).dll),带d为debug库,不带d为release库。
您好我还有个问题就是 您的这段话里的 opencv_310(d).dll 这个文件在哪里啊 还有exe的位置 ?exe在哪里啊 在您这个项目里吗
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO55OWELHXSWRXE5OMYAO33S4QLGRANCNFSM4WWLERNA>
.
|
您好,我也尝试将项目在clion上运行,也切换了release模式。但是计算速度仍然很慢,并且CPU占用率只在百分之15上下浮动,也没有一个核心占满,我电脑的CPU是Intel I7 7700HQ。另外这个项目可以通过什么方法使用GPU加速吗? |
GPU加速可以搜一下相关paper,原文版本单核的速度确实是很慢的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
您好我想请问一下您这个项目如何在CLion上运行呀 谢谢
The text was updated successfully, but these errors were encountered: