我在使用以下配置构建暗网时遇到问题:
GPU=1
CUDNN=1
CUDNN_HALF=0
OPENCV=1
运行 Makefile 时的错误是:
/usr/include/opencv4/opencv2/stitching/detail/warpers.hpp:47:10: fatal error: opencv2/core/cuda.hpp: No such file or directory 47 |
#include "opencv2/core/cuda.hpp"
我已经安装cuda-11.2
并cudann
成功,并验证了安装。
我试过跑步sudo apt install libopencv-dev
,这是最新的。
我的设置是:
os: Ubuntu 20.04
cuda version: 11.2
cudann version: 8.1
谁能帮我安装 OpenCV 以便我可以用 OpenCV 构建暗网?