上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: 1. http://wiki.ros.org/ROS/Tutorials/Creating%20a%20Package%20by%20Hand http://wiki.ros.org/ROS/Tutorials/CreatingMsgAndSrv https://answers.ros.org/qu 阅读全文
posted @ 2021-08-10 10:54 imoon22 阅读(173) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/10871412/resetting-gpu-and-driver-after-cuda-error sudo rmmod nvidia_uvm sudo modprobe nvidia_uvm 阅读全文
posted @ 2021-07-30 20:59 imoon22 阅读(470) 评论(0) 推荐(0)
摘要: http://people.eecs.berkeley.edu/~jordan/prelims/ 阅读全文
posted @ 2021-07-29 10:34 imoon22 阅读(22) 评论(0) 推荐(0)
摘要: 在Middlebury上下载 C++库: https://github.com/dscharstein/pfmLib 阅读全文
posted @ 2021-07-26 11:59 imoon22 阅读(82) 评论(0) 推荐(0)
摘要: 参考: https://www.zhihu.com/column/numerical-optimization 1. Line search与Trust Region 一个先定方向(梯度方向,牛顿方向(用二阶函数拟合),quasi-Newton方向(拟合hessian矩阵),conjugate gr 阅读全文
posted @ 2021-07-23 15:12 imoon22 阅读(45) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/imoon22/p/14903469.html 1. 直接使用根目录下build.sh即可。 样例命令: 1 mkdir -p build-android-aarch64-vulkan 2 pushd build-android-aarch64-vul 阅读全文
posted @ 2021-07-02 21:20 imoon22 阅读(188) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/Skies_/article/details/109350500 1. ncnn编译 按官网提示,ncnn代码下有build.sh 2. android-studio,native code使用ncnn配置 a. 拷贝ncnn库 在${PROJECT_DI 阅读全文
posted @ 2021-06-19 17:36 imoon22 阅读(730) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/63382489/cant-import-opencv-module-in-android-studio 1. 新建Project,选择Native C++。 2. 下载并解压OpenCV Android SDK,如OpenCV 阅读全文
posted @ 2021-06-19 10:54 imoon22 阅读(525) 评论(0) 推荐(0)
摘要: https://catkin-tools.readthedocs.io/en/latest/cheat_sheet.html 阅读全文
posted @ 2021-06-15 19:51 imoon22 阅读(61) 评论(0) 推荐(0)
摘要: 设置对应环境变量即可: set(ENV{http_proxy} "http://proxy.cd.intel.com:911") set(ENV{https_proxy} "https://proxy.cd.intel.com:911") 或者在Bash中Export相应环境变量。 socks5:/ 阅读全文
posted @ 2021-06-15 19:48 imoon22 阅读(4151) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 10 下一页