关于在 Ubuntu 16.04 安装Opencv3.2 环境 Anaconda cuda9.0

在Ubuntu 16.04上安装OpenCV3.2并集成CUDA9.0的过程中,遇到了CMake错误、'compute_20' GPU架构不支持问题以及Anaconda库冲突。通过参考相关博客文章,解决了CUDA_nppi_LIBRARY变量未找到、GPU架构不支持和libcurl.so.4版本信息缺失等问题。解决方案包括设置CMake参数、注释Anaconda路径等。
摘要由CSDN通过智能技术生成

cmake opencv3.2 遇到:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: CUDA_nppi_LIBRARY (ADVANCED) 问题。

参考:

https://blog.csdn.net/u014613745/article/details/78310916解决

make时遇到Unsupported gpu architecture 'compute_20' opencv错误:

参考这篇文章 :https://blog.csdn.net/renhanchi/article/details/80493232 解决

重新cmake:

cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D CUDA_GENERATION=Kepler ..

 

没有注销 Anaconda时提示: 

libtiff.so.5  recipe for target 'bin/opencv_annotation' failed ld returned 1 exit status

参看:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值