Opencv Error: no GPU support (library is compiled without CUDA support)

后端 未结 3 917
礼貌的吻别
礼貌的吻别 2020-12-19 06:58

I am trying to work some image-process tasks with opencv on GPU with CUDA. I am using ubuntu. I setup my two products Opencv and Cuda without a problem, I am sure about that

3条回答
  •  [愿得一人]
    2020-12-19 07:49

    I guess your system path is still set to previous dlls which are not compiled with gpu. You should first change your system path after the rebuilt of opencv.

提交回复
热议问题