运行cudasift
文件中有cmakelist.txt
運(yùn)行命令
cmake .
就會(huì)生成makefile
type:
make
出現(xiàn)錯(cuò)誤:
/usr/bin/ld: 找不到 -lopencv_dep_cudart
在cmake 時(shí)候用一下指令:
cmake -D CUDA_USE_STATIC_CUDA_RUNTIME=OFF .
make的時(shí)候可能會(huì)出現(xiàn)以下錯(cuò)誤
make[2]: *** No rule to make target '/home/mindfusion/opencv-2.4.13/lib/libopencv_videostab.so.2.4.13', needed by 'cudasift'。 停止。
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/cudasift.dir/all' failed
make[1]: *** [CMakeFiles/cudasift.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2
我的方法是在opencv安裝目錄下搜索你缺少的動(dòng)態(tài)鏈接庫
直接copy到y(tǒng)our_opencv_path/lib/下就可以了
總結(jié)
以上是生活随笔為你收集整理的运行cudasift的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: EMR StarRocks 极速数据湖分
- 下一篇: 阿里云神龙团队拿下TPCx-BB排名第一